mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 01:10:35 +05:00
[bos #32736][CEA] Threshold of criteria. Fixed showing Wireframe for hidden objects.
This commit is contained in:
parent
5710686a4b
commit
e1d1e96602
@ -1827,7 +1827,7 @@ void SMESH_ActorDef::UpdateHighlight()
|
|||||||
case SMESH_DeviceActor::eSurface:
|
case SMESH_DeviceActor::eSurface:
|
||||||
case SMESH_DeviceActor::eWireframe:
|
case SMESH_DeviceActor::eWireframe:
|
||||||
{
|
{
|
||||||
anIsVisible = !IsWireframeOff();
|
anIsVisible = anIsVisible && !IsWireframeOff();
|
||||||
|
|
||||||
if(myIsHighlighted) {
|
if(myIsHighlighted) {
|
||||||
myHighlitableActor->SetProperty(myHighlightProp);
|
myHighlitableActor->SetProperty(myHighlightProp);
|
||||||
|
Loading…
Reference in New Issue
Block a user