Salome HOME
size of image is limited by 7000 pixels
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_BathymetrySelectionOp.cxx
index 9786506dd70a346157cd5b4e80d65e1ac1ce33e8..8c843cd2f3f45a71a3ec060f35687768ab7ec2a6 100644 (file)
@@ -46,6 +46,7 @@ void HYDROGUI_BathymetrySelectionOp::abortOperation()
   activateSelection( false );
 
   module()->action( BathymetrySelectionId )->setChecked( false );
+  module()->action( BathymetryTextId )->setChecked( false );
 }
 
 bool HYDROGUI_BathymetrySelectionOp::isValid( SUIT_Operation* theOtherOp ) const