From: nds Date: Thu, 5 Sep 2019 12:40:29 +0000 (+0300) Subject: 0030728: Visualization - using one implementation of highlight/unhighlight in context... X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=bf82385599ec649419d21440bc9ad7877ebbb03a;p=occt-copy.git 0030728: Visualization - using one implementation of highlight/unhighlight in context - compilation correction #correction for compilation --- diff --git a/src/AIS/AIS_InteractiveContext.cxx b/src/AIS/AIS_InteractiveContext.cxx index 2ed6ecf834..1826f14a29 100644 --- a/src/AIS/AIS_InteractiveContext.cxx +++ b/src/AIS/AIS_InteractiveContext.cxx @@ -1968,7 +1968,7 @@ void AIS_InteractiveContext::EraseGlobal (const Handle(AIS_InteractiveObject)& t } const Standard_Integer aDispMode = theIObj->HasHilightMode() ? theIObj->HilightMode() : 0; - unhighlightOwners (theIObj); + unselectOwners (theIObj); myMainPM->SetVisibility (theIObj, aStatus->DisplayMode(), Standard_False); if (!myLastPicked.IsNull()