From: mzn Date: Wed, 11 Dec 2013 12:11:44 +0000 (+0000) Subject: Bug #222: Profile is not updated after its edition. X-Git-Tag: BR_hydro_v_0_5~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a1becd0919869e7278c52ff77e841b379497ab65;p=modules%2Fhydro.git Bug #222: Profile is not updated after its edition. --- diff --git a/src/HYDROGUI/HYDROGUI_ProfileOp.cxx b/src/HYDROGUI/HYDROGUI_ProfileOp.cxx index 90f382c7..8266fd7a 100644 --- a/src/HYDROGUI/HYDROGUI_ProfileOp.cxx +++ b/src/HYDROGUI/HYDROGUI_ProfileOp.cxx @@ -225,7 +225,7 @@ bool HYDROGUI_ProfileOp::processApply( int& theUpdateFlags, aProfileObj->Update(); - theUpdateFlags = UF_Model; + theUpdateFlags = UF_Model | UF_OCCViewer | UF_OCC_Forced; return true; }