]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix for IPAL19044 (4x REGRESS: vertex is not displayed in VTK and broken trihedron).
authorrnv <rnv@opencascade.com>
Tue, 17 Feb 2009 13:12:25 +0000 (13:12 +0000)
committerrnv <rnv@opencascade.com>
Tue, 17 Feb 2009 13:12:25 +0000 (13:12 +0000)
src/SVTK/SVTK_Trihedron.cxx

index ed6ad07d130369c259a89f298fd2b83edfd3ae8d..f7b2b452e12f38c6a2d626d92f226bd4d4b9da82 100644 (file)
@@ -53,7 +53,7 @@ SVTK_Trihedron
         if(!anActor->IsInfinitive()) 
          aCount++;
       }
-      else if ( !OwnActor( anActor ) ) {
+      else if ( !OwnActor( aProp ) ) {
        aCount++;
       }
   }