Correct redisplay color for AIS_InteractiveObject polyline

This commit is contained in:
mgn 2015-02-20 17:26:36 +03:00 committed by vsr
parent 55a306227f
commit 2c1a8894cc

View File

@ -789,6 +789,7 @@ void EntityGUI_PolylineDlg::displayPreview()
// Set color for temporary AIS_InteractiveObject // Set color for temporary AIS_InteractiveObject
anAISObj->Attributes()->WireAspect()->SetColor( Quantity_NOC_VIOLET ); anAISObj->Attributes()->WireAspect()->SetColor( Quantity_NOC_VIOLET );
aCtx->Redisplay( anAISObj );
} }
} }
} }