X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_UpdateImageOp.cxx;h=e0777f2338659f78bb5e8295c8d0959036df322b;hb=5cae7e874afd2fc1b6f61023e8ebd33a933db3c7;hp=0ac92a748e520d4b67df3feab9247d96e22ea902;hpb=d63a2e4caa93023bac64aef525cc4f597bc72512;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_UpdateImageOp.cxx b/src/HYDROGUI/HYDROGUI_UpdateImageOp.cxx index 0ac92a74..e0777f23 100644 --- a/src/HYDROGUI/HYDROGUI_UpdateImageOp.cxx +++ b/src/HYDROGUI/HYDROGUI_UpdateImageOp.cxx @@ -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(); }