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:
Fred Gleason
2015-01-09 15:42:18 -05:00
parent ad53400250
commit 9ea2d9c020
3 changed files with 13 additions and 0 deletions

View File

@@ -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;