Salome HOME
++ shapefil
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operation.cxx
index c40c99c2e02301d80fc0263bc3d090630dfc148b..e40ff69de68a57e55bf94a9137603fe1e5d04a0f 100644 (file)
@@ -252,7 +252,7 @@ void HYDROGUI_Operation::apply()
     if ( !myIsApplyAndClose && inputPanel() )
       start();
   }
-  else
+  else if( !anErrorMsg.isEmpty() )
   {
     // Abort document opeartion only if requested
     if ( isToAbortOnApply() )