From bbbb6bff1f5f702e3e42df4acb4c933287ea4ba7 Mon Sep 17 00:00:00 2001 From: osa Date: Tue, 8 Sep 2020 18:22:45 +0300 Subject: [PATCH] 0031758: Visualization, AIS_InteractiveContext - unify clearDynamicHighlight() method --- src/AIS/AIS_InteractiveContext.hxx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/AIS/AIS_InteractiveContext.hxx b/src/AIS/AIS_InteractiveContext.hxx index 42b89bbd27..52adbfdace 100644 --- a/src/AIS/AIS_InteractiveContext.hxx +++ b/src/AIS/AIS_InteractiveContext.hxx @@ -1332,14 +1332,7 @@ protected: //! @name internal methods if (myLastPicked.IsNull()) return; - if (myLastPicked->IsAutoHilight()) - { - myMainPM->ClearImmediateDraw(); - } - else - { - myLastPicked->Selectable()->ClearDynamicHighlight (myMainPM); - } + myLastPicked->Selectable()->ClearDynamicHighlight (myMainPM); } //! Bind/Unbind status to object and its children