From: akl Date: Wed, 24 Sep 2008 12:00:27 +0000 (+0000) Subject: Additional minor fix of issue 0017431: unset the MODAL behavior for the 'Basic Proper... X-Git-Tag: RELIQUAT_4x_25102008~16 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=df4a3c7e4ae73d4380fb224cab971632cfe67c16;p=modules%2Fgeom.git Additional minor fix of issue 0017431: unset the MODAL behavior for the 'Basic Properties' information box. --- diff --git a/src/MeasureGUI/MeasureGUI_WhatisDlg.cxx b/src/MeasureGUI/MeasureGUI_WhatisDlg.cxx index cad4e4539..4ac1a4e1f 100644 --- a/src/MeasureGUI/MeasureGUI_WhatisDlg.cxx +++ b/src/MeasureGUI/MeasureGUI_WhatisDlg.cxx @@ -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); /***************************************************************/