mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-09 21:23:07 +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
|
// Set color for temporary AIS_InteractiveObject
|
||||||
anAISObj->Attributes()->WireAspect()->SetColor( Quantity_NOC_VIOLET );
|
anAISObj->Attributes()->WireAspect()->SetColor( Quantity_NOC_VIOLET );
|
||||||
|
aCtx->Redisplay( anAISObj );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user