Salome HOME
Fix for the bug #45: check and warning when the same image is used in 2 arguments.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ProfileOp.cxx
index 386e914ae9a46b8cb946734a612314db0e9e9ad1..a9a9cf2cdeb0a2280f2744e85ed1fe1c3ad9af33 100644 (file)
@@ -200,6 +200,8 @@ bool HYDROGUI_ProfileOp::processApply( int& theUpdateFlags,
   }
   aProfileObj->SetParametricPoints( aProfileParamPoints );
 
+  aProfileObj->Update();
+
   theUpdateFlags = UF_Model;
   return true;
 }