From a614e772f5a37ee9b2592075ff4deff38d577096 Mon Sep 17 00:00:00 2001 From: dmv Date: Fri, 6 Nov 2009 13:32:20 +0000 Subject: [PATCH] IPAL21461 TC5.1.3: a shape is shown with edges directions by default in VTK --- 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 61b86c34c..7f778b23e 100644 --- a/src/GEOMGUI/GEOM_Displayer.cxx +++ b/src/GEOMGUI/GEOM_Displayer.cxx @@ -820,7 +820,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