mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Correct redisplay color for AIS_InteractiveObject polyline
This commit is contained in:
parent
55a306227f
commit
2c1a8894cc
@ -789,6 +789,7 @@ void EntityGUI_PolylineDlg::displayPreview()
|
||||
|
||||
// Set color for temporary AIS_InteractiveObject
|
||||
anAISObj->Attributes()->WireAspect()->SetColor( Quantity_NOC_VIOLET );
|
||||
aCtx->Redisplay( anAISObj );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user