Salome HOME
isnan(), isinf() are reimplemented without boost
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ShowHideOp.cxx
index 16be7aff3764b5a5c74b14143d9cb6c9ab099a2a..b5f3c595e7e321827cf915a6e46793d997aaaa51 100644 (file)
@@ -23,7 +23,7 @@
 #include "HYDROGUI_Module.h"
 #include "HYDROGUI_OCCDisplayer.h"
 #include "HYDROGUI_Operations.h"
-#include "HYDROGUI_Tool.h"
+#include "HYDROGUI_Tool2.h"
 #include "HYDROGUI_UpdateFlags.h"
 
 #include <HYDROData_Iterator.h>
@@ -172,8 +172,6 @@ void HYDROGUI_ShowHideOp::startOperation()
       anUpdateFlags |= UF_FitAll;
   }
 
-  aModule->getOCCDisplayer()->SetToUpdateColorScale(); //@MZN
-
   // Set VTK viewer active if show a bathymetry
   if ( aVTKMgr )
   {