From d50e9985c7dc258231731d4481fa5d1d041fbc89 Mon Sep 17 00:00:00 2001 From: asl Date: Wed, 17 Sep 2014 11:46:35 +0000 Subject: [PATCH] refs #454: correct VTK viewer update on bathymetry change --- src/HYDROGUI/HYDROGUI_ImportBathymetryOp.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/HYDROGUI/HYDROGUI_ImportBathymetryOp.cxx b/src/HYDROGUI/HYDROGUI_ImportBathymetryOp.cxx index c6f188a2..b7772dd6 100644 --- a/src/HYDROGUI/HYDROGUI_ImportBathymetryOp.cxx +++ b/src/HYDROGUI/HYDROGUI_ImportBathymetryOp.cxx @@ -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 ) { -- 2.39.2