mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +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::eWireframe:
|
||||
{
|
||||
anIsVisible = !IsWireframeOff();
|
||||
anIsVisible = anIsVisible && !IsWireframeOff();
|
||||
|
||||
if(myIsHighlighted) {
|
||||
myHighlitableActor->SetProperty(myHighlightProp);
|
||||
|
Loading…
Reference in New Issue
Block a user