Additional minor fix of issue 0017431: unset the MODAL behavior for the 'Basic Properties' information box.

This commit is contained in:
akl 2008-09-24 12:00:27 +00:00
parent c72bb4de93
commit df4a3c7e4a

View File

@ -170,7 +170,8 @@ MeasureGUI_WhatisDlg::MeasureGUI_WhatisDlg (GeometryGUI* GUI, QWidget* parent)
// Properties dialog
//myParamsDlg = new MeasureGUI_Params_Dlg;
myParamsDlg = new QMessageBox ("", "", QMessageBox::Information,
QMessageBox::Ok, QMessageBox::NoButton, QMessageBox::NoButton, this);
QMessageBox::Ok, QMessageBox::NoButton, QMessageBox::NoButton,
this, 0, FALSE);
/***************************************************************/