Salome HOME
CreateStdHypothesisDlg dialog is modal now
[modules/smesh.git] / src / StdMeshersGUI / StdMeshersGUI_CreateStdHypothesisDlg.cxx
index 5cc014eeab22c24b87729ea7f8b59a722213240a..542600141fe590793ea88ace9c36344c07dfb6a7 100644 (file)
@@ -47,9 +47,9 @@ using namespace std;
 StdMeshersGUI_CreateStdHypothesisDlg::StdMeshersGUI_CreateStdHypothesisDlg (const QString& hypType,
                                                                             QWidget* parent,
                                                                             const char* name,
-                                                                            bool modal,
+                                                                            bool /*modal*/,
                                                                             WFlags fl)
-     : StdMeshersGUI_CreateHypothesisDlg (hypType, parent, name, modal, fl)
+     : StdMeshersGUI_CreateHypothesisDlg (hypType, parent, name, true, fl)
 {
   QString hypTypeStr;
   if (hypType.compare("LocalLength") == 0)