mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
Revert "0030728: Visualization - using one implementation of highlight/unhighlight in context - compilation correction"
This reverts commit 52cc62eee8
.
This commit is contained in:
@@ -1968,9 +1968,7 @@ void AIS_InteractiveContext::EraseGlobal (const Handle(AIS_InteractiveObject)& t
|
|||||||
}
|
}
|
||||||
|
|
||||||
const Standard_Integer aDispMode = theIObj->HasHilightMode() ? theIObj->HilightMode() : 0;
|
const Standard_Integer aDispMode = theIObj->HasHilightMode() ? theIObj->HilightMode() : 0;
|
||||||
AIS_NListOfEntityOwner anOwners;
|
unhighlightOwners (theIObj);
|
||||||
anOwners.Append(theIObj->GlobalSelOwner());
|
|
||||||
unhighlightOwners (anOwners);
|
|
||||||
myMainPM->SetVisibility (theIObj, aStatus->DisplayMode(), Standard_False);
|
myMainPM->SetVisibility (theIObj, aStatus->DisplayMode(), Standard_False);
|
||||||
|
|
||||||
if (!myLastPicked.IsNull()
|
if (!myLastPicked.IsNull()
|
||||||
|
Reference in New Issue
Block a user