mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-21 10:55:33 +03:00
0031758: Visualization, AIS_InteractiveContext - unify clearDynamicHighlight() method
This commit is contained in:
parent
7d6be4672b
commit
47b0f294be
@ -1386,15 +1386,8 @@ protected: //! @name internal methods
|
||||
if (myLastinMain.IsNull())
|
||||
return;
|
||||
|
||||
if (myLastinMain->IsAutoHilight())
|
||||
{
|
||||
myMainPM->ClearImmediateDraw();
|
||||
}
|
||||
else
|
||||
{
|
||||
myLastinMain->Selectable()->ClearDynamicHighlight (myMainPM);
|
||||
}
|
||||
}
|
||||
|
||||
protected: //! @name internal fields
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user