Salome HOME
INT PAL 0052383: TC7.4.0: color is not changed in VTK scene
[modules/geom.git] / src / GEOMGUI / GEOM_Displayer.cxx
index 16131193cdc31d27ef22bd16af97b05871fd2e83..595efd5bf4e16578093b4d9159eb363297e90e32 100644 (file)
@@ -1059,7 +1059,7 @@ void GEOM_Displayer::updateActorProperties( GEOM_Actor* actor, bool create )
     }
 
     // - standalone edge color
-    c = propMap.value( GEOM::propertyName( GEOM::WireframeColor ) ).value<QColor>();
+    c = propMap.value( GEOM::propertyName( GEOM::LineColor ) ).value<QColor>();
     actor->SetIsolatedEdgeColor( c.redF(), c.greenF(), c.blueF() );
 
     c = propMap.value( GEOM::propertyName( GEOM::WireframeColor ) ).value<QColor>();