Salome HOME
Variables naming.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Module.cxx
index ff22583a28874d74ef0cd5ab86f0d5196312b5ec..ffa5d7ed5893d6d4889023535544a3792898c796 100644 (file)
@@ -270,6 +270,7 @@ bool HYDROGUI_Module::deactivateModule( SUIT_Study* theStudy )
 
   HYDROGUI_Tool::setOCCActionShown( this, OCCViewer_ViewWindow::MaximizedId, true );
 
+  myActiveOperationMap.clear();
   return LightApp_Module::deactivateModule( theStudy );
 }