This commit is contained in:
Martin Marmsoler
2020-09-14 21:21:32 +02:00
parent c5f1705745
commit 6080a7b9c9
34 changed files with 237 additions and 198 deletions

View File

@@ -88,6 +88,6 @@ class DiagramPrintDialog : public QWidget
QLineEdit *filepath_field_;
QPushButton *browse_button_;
QDialogButtonBox *buttons_;
QColor backup_diagram_background_color;
QColor backup_diagram_background_color{Diagram::background_color};
};
#endif