Salome HOME
Image positioning by two points.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_UpdateImageOp.cxx
index 0ac92a748e520d4b67df3feab9247d96e22ea902..e0777f2338659f78bb5e8295c8d0959036df322b 100644 (file)
@@ -56,6 +56,6 @@ void HYDROGUI_UpdateImageOp::startOperation()
 
   commitDocOperation();
 
-  module()->update( UF_Model | UF_Viewer | UF_GV_Forced );
+  module()->update( UF_Model | UF_Viewer | UF_GV_Forced | UF_OCCViewer | UF_OCC_Forced );
   commit();
 }