From 4b873df5009874fd37392e921a4522e846700c2e Mon Sep 17 00:00:00 2001 From: tbaudier Date: Tue, 5 Jul 2016 10:41:50 +0200 Subject: [PATCH] Remove Update for ROI and Contours Actors Seems to slow down the process after clicking on Set All ROI visible and Set All Contours Visible --- vv/vvROIActor.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vv/vvROIActor.cxx b/vv/vvROIActor.cxx index cfb965d..0a83e50 100644 --- a/vv/vvROIActor.cxx +++ b/vv/vvROIActor.cxx @@ -121,7 +121,7 @@ void vvROIActor::SetVisible(bool b) for(unsigned int i= 0; iShowActors(); } - Update(); // No Render + //Update(); // No Render } //------------------------------------------------------------------------------ @@ -140,7 +140,7 @@ void vvROIActor::SetContourVisible(bool b) mImageContour[i]->ShowActors(); } } - Update(); // No Render + //Update(); // No Render } //------------------------------------------------------------------------------ -- 2.45.1