2019-06-11 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in rdlogmanager(1) where the 'End of Clock' marker
	appeared at the start rather than at the end of the segment list.
This commit is contained in:
Fred Gleason
2019-06-11 17:25:03 -04:00
parent 5f323857f9
commit 65cf9d3f75
3 changed files with 39 additions and 21 deletions

View File

@@ -83,6 +83,10 @@ class EditClock : public QDialog
bool ValidateCode();
ClockListView *edit_clocks_list;
RDClock *edit_clock;
QPushButton *edit_add_button;
QPushButton *edit_clone_button;
QPushButton *edit_edit_button;
QPushButton *edit_delete_button;
QPushButton *edit_color_button;
QLabel *edit_clockname_label;
QLineEdit *edit_shortname_edit;