From: mgn Date: Fri, 20 Feb 2015 14:26:36 +0000 (+0300) Subject: Corrected a redisplay color for AIS_IntercativeObject polyline created in another... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3d8d21a6046671fa3948b500a0220e02c3343b52;p=modules%2Fgeom.git Corrected a redisplay color for AIS_IntercativeObject polyline created in another tool. --- diff --git a/src/EntityGUI/EntityGUI_PolylineDlg.cxx b/src/EntityGUI/EntityGUI_PolylineDlg.cxx index 40484496b..943481395 100644 --- a/src/EntityGUI/EntityGUI_PolylineDlg.cxx +++ b/src/EntityGUI/EntityGUI_PolylineDlg.cxx @@ -779,6 +779,7 @@ void EntityGUI_PolylineDlg::displayPreview() // Set color for temporary AIS_InteractiveObject anAISObj->Attributes()->WireAspect()->SetColor( Quantity_NOC_VIOLET ); + aCtx->Redisplay( anAISObj ); } } }