Salome HOME
Merge remote-tracking branch 'origin/BR_1321_ECW' into BR_DEMO
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_BathymetrySelectionOp.cxx
index 2aeb9daaf93de8e957904b54328a748e1b51fd45..8c843cd2f3f45a71a3ec060f35687768ab7ec2a6 100644 (file)
 #include <HYDROGUI_BathymetryPrs.h>
 #include <HYDROGUI_BathymetryOp.h>
 #include <HYDROGUI_ShapeBathymetry.h>
+#include <HYDROGUI_Operations.h>
 #include <OCCViewer_ViewManager.h>
 #include <LightApp_Application.h>
+#include <QAction>
 
 HYDROGUI_BathymetrySelectionOp::HYDROGUI_BathymetrySelectionOp( HYDROGUI_Module* theModule )
 : HYDROGUI_Operation( theModule ), myIsActive( false )
@@ -42,6 +44,9 @@ void HYDROGUI_BathymetrySelectionOp::startOperation()
 void HYDROGUI_BathymetrySelectionOp::abortOperation()
 {
   activateSelection( false );
+
+  module()->action( BathymetrySelectionId )->setChecked( false );
+  module()->action( BathymetryTextId )->setChecked( false );
 }
 
 bool HYDROGUI_BathymetrySelectionOp::isValid( SUIT_Operation* theOtherOp ) const