From: adv Date: Fri, 6 Dec 2013 05:39:26 +0000 (+0000) Subject: Update bathymetry state after import. X-Git-Tag: BR_hydro_v_0_4~15 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=69a89dc9d9d583bcdc326b8386a713e9f3c3c25a;p=modules%2Fhydro.git Update bathymetry state after import. --- diff --git a/src/HYDROGUI/HYDROGUI_ImportBathymetryOp.cxx b/src/HYDROGUI/HYDROGUI_ImportBathymetryOp.cxx index c6921961..ea5eb1e1 100644 --- a/src/HYDROGUI/HYDROGUI_ImportBathymetryOp.cxx +++ b/src/HYDROGUI/HYDROGUI_ImportBathymetryOp.cxx @@ -150,6 +150,8 @@ bool HYDROGUI_ImportBathymetryOp::processApply( int& theUpdateFlags, aBathymetryObj->SetName( anObjectName ); + aBathymetryObj->Update(); + // Activate VTK viewer and show the bathymetry SUIT_ViewManager* aVTKMgr = 0; SUIT_ViewManager* aViewMgr = module()->getApp()->activeViewManager();