From cbf729751e8e1a20bb5be6eed00487e76cd02cc6 Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Fri, 29 Jun 2012 14:19:09 +0200 Subject: [PATCH] Correct contour depth bug --- vv/vvImageContour.cxx | 1 + 1 file changed, 1 insertion(+) 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(); -- 2.45.1