Salome HOME
22434: [CEA 1022] If selection is disabled, the contextual menu of VTK view does...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MeshOp.cxx
index 96a6c2647b9f0ae740ea30d81a8794598fcc01f2..62a5c4b74c2118780fbf3076eb71e228ac25a159 100644 (file)
@@ -737,8 +737,8 @@ bool SMESHGUI_MeshOp::isValid( QString& theMess ) const
       if ( SUIT_MessageBox::warning( myDlg, tr( "SMESH_WRN_WARNING" ), theMess,
            SUIT_MessageBox::Yes, SUIT_MessageBox::No ) == SUIT_MessageBox::No )
       {
-       theMess = "";
-           return false;
+        theMess = "";
+        return false;
       }
       return true;
     }