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