Salome HOME
PAL9896 - data is lost in "create mesh" if it is invalid
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MeshOp.cxx
index 399eada8ad20ee836b6a12fa67958f831f6c6fba..823ad4d7f34829107c69380cd683672ccd45ea10 100644 (file)
@@ -141,6 +141,7 @@ bool SMESHGUI_MeshOp::onApply()
   QString aMess;
   if ( !isValid( aMess ) )
   {
+    dlg()->show();
     if ( aMess != "" )
       SUIT_MessageBox::warn1( myDlg,
         tr( "SMESH_WRN_WARNING" ), aMess, tr( "SMESH_BUT_OK" ) );