Salome HOME
refs #339 - Regression: Drag and select operation is not available after first action
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operation.cxx
index bdbd6fa05ffd1c86b4ea310a681dbf3f63b3ac1a..cd2ac6849a993eed670e8b5dad3bf86dae7263c9 100644 (file)
@@ -208,7 +208,10 @@ void HYDROGUI_Operation::onApply()
   }
   else
   {
-    abortDocOperation();
+    // Abort document opeartion only if requested
+    if ( isToAbortOnApply() )
+      abortDocOperation();
+
     printErrorMessage( anErrorMsg );
  
     // If the operation has no input panel - do abort