2021-08-15 Fred Gleason <fredg@paravelsystems.com>

* Fixed regressions in rdlogmanager(1) that caused the 'Color'
	setting for Events and Clocks to fail to be saved.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-08-15 15:16:59 -04:00
parent fcb3ad7b27
commit b2adad3a32
7 changed files with 29 additions and 9 deletions

View File

@@ -79,6 +79,7 @@ class EditClock : public RDDialog
QPushButton *edit_edit_button;
QPushButton *edit_delete_button;
QPushButton *edit_color_button;
QColor edit_color;
QLabel *edit_clockname_label;
QLineEdit *edit_shortname_edit;
QLabel *edit_clock_label;