Salome HOME
refs #327 - Polyline is not shown during creation
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operation.h
index 69cab654ccde1607d2b479171b5237ec469cb72e..5388d34b5b95aea64561291efcbe5a3acf025ed0 100644 (file)
@@ -72,6 +72,8 @@ protected:
 
   Handle_HYDROData_Document           doc() const;
 
+  virtual bool                        isToAbortOnApply() const { return true; }
+
   void                                printErrorMessage( const QString& theErrorMsg );
   void                                setPrintErrorMessage( const bool theIsPrint );