]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
refs #454: correct VTK viewer update on bathymetry change
authorasl <asl@opencascade.com>
Wed, 17 Sep 2014 11:46:35 +0000 (11:46 +0000)
committerasl <asl@opencascade.com>
Wed, 17 Sep 2014 11:46:35 +0000 (11:46 +0000)
src/HYDROGUI/HYDROGUI_ImportBathymetryOp.cxx

index c6f188a27a3092af092107a0097d1a12a7749fef..b7772dd61cbe5a571f84208b0d112adb1104ca7f 100644 (file)
@@ -199,7 +199,8 @@ bool HYDROGUI_ImportBathymetryOp::processApply( int& theUpdateFlags,
     module()->setObjectVisible( (size_t)aVTKMgr->getViewModel(), aBathymetryObj, true );
   }*/
 
-  theUpdateFlags = UF_Model | UF_OCCViewer | UF_OCC_Forced | UF_VTKViewer;
+  theUpdateFlags = UF_Model | UF_OCCViewer | UF_OCC_Forced |
+                              UF_VTKViewer | UF_VTK_Forced;
 
   if( !myIsEdit )
   {