fix whitespace

This commit is contained in:
Kellermorph
2026-08-07 13:48:40 +02:00
parent b3a4a41ad9
commit 57d0b4b5a3
+3 -3
View File
@@ -126,9 +126,9 @@ class Diagram : public QGraphicsScene
bool use_border_; bool use_border_;
bool draw_guides_; bool draw_guides_;
QList<Diagram::Guide> m_guides_list; QList<Diagram::Guide> m_guides_list;
bool draw_terminals_; bool draw_terminals_;
bool draw_terminal_names_; bool draw_terminal_names_;
bool draw_colored_conductors_; bool draw_colored_conductors_;
QString m_conductors_autonum_name; QString m_conductors_autonum_name;
DiagramEventInterface *m_event_interface; DiagramEventInterface *m_event_interface;