From 254bb7e3cce4200e7cc1a6f836f037eb3229daec Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 17 Feb 2009 13:12:25 +0000 Subject: [PATCH] Fix for IPAL19044 (4x REGRESS: vertex is not displayed in VTK and broken trihedron). --- src/SVTK/SVTK_Trihedron.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SVTK/SVTK_Trihedron.cxx b/src/SVTK/SVTK_Trihedron.cxx index ed6ad07d1..f7b2b452e 100644 --- a/src/SVTK/SVTK_Trihedron.cxx +++ b/src/SVTK/SVTK_Trihedron.cxx @@ -53,7 +53,7 @@ SVTK_Trihedron if(!anActor->IsInfinitive()) aCount++; } - else if ( !OwnActor( anActor ) ) { + else if ( !OwnActor( aProp ) ) { aCount++; } } -- 2.39.2