From a1becd0919869e7278c52ff77e841b379497ab65 Mon Sep 17 00:00:00 2001 From: mzn Date: Wed, 11 Dec 2013 12:11:44 +0000 Subject: [PATCH] Bug #222: Profile is not updated after its edition. --- src/HYDROGUI/HYDROGUI_ProfileOp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2