Salome HOME
Bug #222: Profile is not updated after its edition.
authormzn <mzn@opencascade.com>
Wed, 11 Dec 2013 12:11:44 +0000 (12:11 +0000)
committermzn <mzn@opencascade.com>
Wed, 11 Dec 2013 12:11:44 +0000 (12:11 +0000)
src/HYDROGUI/HYDROGUI_ProfileOp.cxx

index 90f382c7e8ff931ea7db40a97c978ece8b5204ba..8266fd7a9b6ee3f2261490b156767a874f76a62a 100644 (file)
@@ -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;
 }