Corrected a redisplay color for AIS_IntercativeObject polyline created in another tool.

This commit is contained in:
mgn 2015-02-20 17:26:36 +03:00
parent be8165458c
commit 3d8d21a604

View File

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