From: rnv Date: Tue, 17 Feb 2009 13:12:25 +0000 (+0000) Subject: Fix for IPAL19044 (4x REGRESS: vertex is not displayed in VTK and broken trihedron). X-Git-Tag: V4_1_5rc1~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=254bb7e3cce4200e7cc1a6f836f037eb3229daec;p=modules%2Fgui.git Fix for IPAL19044 (4x REGRESS: vertex is not displayed in VTK and broken trihedron). --- 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++; } }