From: nds Date: Thu, 5 Sep 2019 12:12:05 +0000 (+0300) Subject: Revert "0030728: Visualization - using one implementation of highlight/unhighlight... X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=41a2c46b215f2d53dacfec8dd53a9e1256c2f754;p=occt-copy.git Revert "0030728: Visualization - using one implementation of highlight/unhighlight in context - compilation correction" This reverts commit 52cc62eee870cc7c983bde4a2b98465d9eb9b27e. --- diff --git a/src/AIS/AIS_InteractiveContext.cxx b/src/AIS/AIS_InteractiveContext.cxx index 725507f224..2ed6ecf834 100644 --- a/src/AIS/AIS_InteractiveContext.cxx +++ b/src/AIS/AIS_InteractiveContext.cxx @@ -1968,9 +1968,7 @@ void AIS_InteractiveContext::EraseGlobal (const Handle(AIS_InteractiveObject)& t } const Standard_Integer aDispMode = theIObj->HasHilightMode() ? theIObj->HilightMode() : 0; - AIS_NListOfEntityOwner anOwners; - anOwners.Append(theIObj->GlobalSelOwner()); - unhighlightOwners (anOwners); + unhighlightOwners (theIObj); myMainPM->SetVisibility (theIObj, aStatus->DisplayMode(), Standard_False); if (!myLastPicked.IsNull()