diff --git a/sources/diagram.h b/sources/diagram.h index 360888186..36b346463 100644 --- a/sources/diagram.h +++ b/sources/diagram.h @@ -126,9 +126,9 @@ class Diagram : public QGraphicsScene bool use_border_; bool draw_guides_; QList m_guides_list; - bool draw_terminals_; - bool draw_terminal_names_; - bool draw_colored_conductors_; + bool draw_terminals_; + bool draw_terminal_names_; + bool draw_colored_conductors_; QString m_conductors_autonum_name; DiagramEventInterface *m_event_interface;