From 776b61d3bb1c34ec1baca00273c919b7ba957e51 Mon Sep 17 00:00:00 2001 From: dmv Date: Tue, 10 Nov 2009 09:21:25 +0000 Subject: [PATCH] TC5.1.3: a shape is shown with edges direction by default in VTK, but shouldn't be --- src/GEOMGUI/GEOM_Displayer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOMGUI/GEOM_Displayer.cxx b/src/GEOMGUI/GEOM_Displayer.cxx index e8c6128fc..aca73deae 100644 --- a/src/GEOMGUI/GEOM_Displayer.cxx +++ b/src/GEOMGUI/GEOM_Displayer.cxx @@ -849,7 +849,7 @@ void GEOM_Displayer::Update( SALOME_VTKPrs* prs ) } else { - bool isVector; + bool isVector = false; if (myType == GEOM_VECTOR) isVector = true; theActors = GEOM_AssemblyBuilder::BuildActors( myShape, 0, 0, Standard_True, isVector ); } -- 2.39.2