2021-06-29 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in rdairplay(1) that caused the event editor
	dialog to display the 'Cart Notes' editor window in the wrong
	location.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-06-29 16:17:49 -04:00
parent c9b60520e1
commit e0c3ab2b24
3 changed files with 14 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ class EditEvent : public RDDialog
QCheckBox *edit_overlap_box;
QLabel *edit_overlap_label;
RDCueEdit *edit_cue_edit;
bool edit_using_cue;
QFont normal_font;
QLabel *edit_cart_notes_label;
QTextEdit *edit_cart_notes_text;