From: imn Date: Mon, 13 Apr 2015 07:56:26 +0000 (+0300) Subject: 0052661: VTK3D Viewer: GEOM_Actor in the Wireframe mode has incorrect color X-Git-Tag: V7_6_0b1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=044db8430da6dff539c61d81ba54e72236d0b788;p=modules%2Fgeom.git 0052661: VTK3D Viewer: GEOM_Actor in the Wireframe mode has incorrect color --- diff --git a/src/OBJECT/GEOM_Actor.cxx b/src/OBJECT/GEOM_Actor.cxx index 306d146e0..bf9d136da 100644 --- a/src/OBJECT/GEOM_Actor.cxx +++ b/src/OBJECT/GEOM_Actor.cxx @@ -338,9 +338,9 @@ setDisplayMode(int theMode) myIsolatedEdgeActor->GetProperty()->SetColor(myIsolatedEdgeColor[0], myIsolatedEdgeColor[1], myIsolatedEdgeColor[2]); - mySharedEdgeActor->GetProperty()->SetColor(myIsolatedEdgeColor[0], - myIsolatedEdgeColor[1], - myIsolatedEdgeColor[2]); + mySharedEdgeActor->GetProperty()->SetColor(mySharedEdgeColor[0], + mySharedEdgeColor[1], + mySharedEdgeColor[2]); myOneFaceEdgeActor->GetProperty()->SetColor(myOneFaceEdgeColor[0], myOneFaceEdgeColor[1], myOneFaceEdgeColor[2]);