]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Update bathymetry state after import.
authoradv <adv@opencascade.com>
Fri, 6 Dec 2013 05:39:26 +0000 (05:39 +0000)
committeradv <adv@opencascade.com>
Fri, 6 Dec 2013 05:39:26 +0000 (05:39 +0000)
src/HYDROGUI/HYDROGUI_ImportBathymetryOp.cxx

index c692196181d04bb6d454f25528e2364c78063e74..ea5eb1e1b3bef3eecb7a8e84d03782eb0014d891 100644 (file)
@@ -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();