mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0031758: Visualization, AIS_InteractiveContext - unify clearDynamicHighlight() method
This commit is contained in:
parent
6b63dc83c3
commit
bbbb6bff1f
@ -1332,14 +1332,7 @@ protected: //! @name internal methods
|
|||||||
if (myLastPicked.IsNull())
|
if (myLastPicked.IsNull())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (myLastPicked->IsAutoHilight())
|
myLastPicked->Selectable()->ClearDynamicHighlight (myMainPM);
|
||||||
{
|
|
||||||
myMainPM->ClearImmediateDraw();
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
myLastPicked->Selectable()->ClearDynamicHighlight (myMainPM);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//! Bind/Unbind status to object and its children
|
//! Bind/Unbind status to object and its children
|
||||||
|
Loading…
x
Reference in New Issue
Block a user