]> OCCT Git - occt.git/commit
Visualization - NCollection_DataMap::Find() exception from AIS_Selection::Select...
authorZernova Marina <36417100+mzernova@users.noreply.github.com>
Mon, 17 Feb 2025 15:52:24 +0000 (15:52 +0000)
committerGitHub <noreply@github.com>
Mon, 17 Feb 2025 15:52:24 +0000 (15:52 +0000)
commit8fb662b0aa6949ad10f133764fd8c2999461b809
treec99dd29338b93ffa08085f670d9338f350d73fa5
parente375bd7c3e8ad45d18a9f78f5a2350eccc9d3e44
Visualization - NCollection_DataMap::Find() exception from AIS_Selection::Select() #375

Problem with NCollection_DataMap::Find() exception during multiple selection in OCC viewer.
Incorrect call is made from AIS_Selection::Select() method at line:
AIS_NListOfEntityOwner::Iterator aListIter = myResultMap.Find (theOwner);
Original issue: 0033742
src/AIS/AIS_Selection.cxx