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

@@ -166,6 +166,7 @@ class EditEvent : public RDDialog
RDTransportButton *event_postimport_up_button;
RDTransportButton *event_postimport_down_button;
QPushButton *event_color_button;
QColor event_color;
bool event_saved;
bool event_new_event;
std::vector<QString> *event_new_events;