]> OCCT Git - occt-copy.git/commitdiff
0030728: Visualization - using one implementation of highlight/unhighlight in context...
authornds <nds@opencascade.com>
Thu, 5 Sep 2019 12:40:29 +0000 (15:40 +0300)
committernds <nds@opencascade.com>
Thu, 5 Sep 2019 12:40:29 +0000 (15:40 +0300)
#correction for compilation

src/AIS/AIS_InteractiveContext.cxx

index 2ed6ecf834e47545c249ecf11b4598289ba54b42..1826f14a29e41bc965edbe1eace2382eb029ee5b 100644 (file)
@@ -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()