From: tbaudier Date: Tue, 5 Jul 2016 08:41:50 +0000 (+0200) Subject: Remove Update for ROI and Contours Actors X-Git-Tag: v1.4.0~17 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=4b873df5009874fd37392e921a4522e846700c2e;p=clitk.git 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 --- 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 } //------------------------------------------------------------------------------