]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Additional minor fix of issue 0017431: unset the MODAL behavior for the 'Basic Proper...
authorakl <akl@opencascade.com>
Wed, 24 Sep 2008 12:00:27 +0000 (12:00 +0000)
committerakl <akl@opencascade.com>
Wed, 24 Sep 2008 12:00:27 +0000 (12:00 +0000)
src/MeasureGUI/MeasureGUI_WhatisDlg.cxx

index cad4e453965426400ecfe0d0fecd57db5606dd73..4ac1a4e1fd3954c4125627cbc3922db17619993e 100644 (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);
 
   /***************************************************************/