Salome HOME
refs #207 - "Help" button doesn't work
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImportObstacleFromFileOp.cxx
index 350c6d66cffd7688193f732fc680ac80f4ab710b..9735ef8a0261bc08f87e5b03ae3c42ba56e6eb39 100644 (file)
@@ -170,6 +170,8 @@ bool HYDROGUI_ImportObstacleFromFileOp::processApply( int& theUpdateFlags,
         anObstacle->SetName( anObstacleName );
       }
 
+      anObstacle->Update();
+
       // Set operation status
       anIsOk = true;
       theUpdateFlags = UF_Model | UF_OCCViewer | UF_OCC_Forced;;