mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0027868: Visualization - AIS_InteractiveContext::Remove() might keep removed object in selection list
- AIS_InteractiveContext::unhighlightOwners is corrected to handle all objects in selection regardless of owner's selection state
This commit is contained in:
parent
10c5aa00b0
commit
a3d4053c15
@ -2320,8 +2320,7 @@ void AIS_InteractiveContext::unhighlightOwners (const Handle(AIS_InteractiveObje
|
||||
SelectMgr_SequenceOfOwner aSeq;
|
||||
for (AIS_NListOfEntityOwner::Iterator aSelIter (mySelection->Objects()); aSelIter.More(); aSelIter.Next())
|
||||
{
|
||||
if (aSelIter.Value()->IsSameSelectable (theObject)
|
||||
&& aSelIter.Value()->IsSelected())
|
||||
if (aSelIter.Value()->IsSameSelectable (theObject))
|
||||
{
|
||||
aSeq.Append (aSelIter.Value());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user