]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
0020668: [CEA] FitAll and points
authorvsr <vsr@opencascade.com>
Mon, 5 Apr 2010 12:01:28 +0000 (12:01 +0000)
committervsr <vsr@opencascade.com>
Mon, 5 Apr 2010 12:01:28 +0000 (12:01 +0000)
Additional changes for Displayer

src/GEOMGUI/GEOM_Displayer.cxx

index ab52189afd41b7e097364c12d744b48b8c3b978c..c809f1917aa2cb8e622198f04fc5a24133449442 100644 (file)
@@ -550,7 +550,7 @@ void GEOM_Displayer::Update( SALOME_OCCPrs* prs )
           AISShape = new GEOM_AISShape (myShape, "");
         }
         // Temporary staff: vertex must be infinite for correct visualization
-        AISShape->SetInfiniteState( myShape.Infinite() || myShape.ShapeType() == TopAbs_VERTEX );
+        AISShape->SetInfiniteState( myShape.Infinite() ); // || myShape.ShapeType() == TopAbs_VERTEX // VSR: 05/04/2010: Fix 20668 (Fit All for points & lines)
 
         // Setup shape properties here ..., e.g. display mode, color, transparency, etc
         AISShape->SetDisplayMode( myDisplayMode );