mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 23:30:20 +01:00
2015-01-09 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'rdlogmanager/edit_eventline.cpp' that caused an invalid event line to be created when the dialog was closed by means of the 'X' button [GitHub issue #000053].
This commit is contained in:
@@ -46,6 +46,9 @@ class EditEventLine : public QDialog
|
||||
void okData();
|
||||
void cancelData();
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent *e);
|
||||
|
||||
private:
|
||||
RDEventLine *edit_eventline;
|
||||
QLineEdit *edit_eventname_edit;
|
||||
|
||||
Reference in New Issue
Block a user