From: David Sarrut Date: Fri, 29 Jun 2012 12:19:09 +0000 (+0200) Subject: Correct contour depth bug X-Git-Tag: v1.3.0~27^2 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=cbf729751e8e1a20bb5be6eed00487e76cd02cc6;p=clitk.git Correct contour depth bug --- diff --git a/vv/vvImageContour.cxx b/vv/vvImageContour.cxx index aa7b8d7..4fecf93 100644 --- a/vv/vvImageContour.cxx +++ b/vv/vvImageContour.cxx @@ -154,6 +154,7 @@ void vvImageContour::ShowActors() { //------------------------------------------------------------------------------ void vvImageContour::SetDepth(double d) { + mDepth = d; // Move the actor to be visible double position[3] = {0, 0, 0}; int orientation = ComputeCurrentOrientation();