]> OCCT Git - occt-copy.git/commit
0025528: Visualization - Exception on removing an interactive object from a local...
authorsan <san@opencascade.com>
Thu, 27 Nov 2014 17:08:16 +0000 (20:08 +0300)
committervsr <vsr@opencascade.com>
Thu, 4 Dec 2014 06:51:06 +0000 (09:51 +0300)
commit4ece81d4a95b9f06b4f821533af482fe68fb2a41
tree3e3a46e672feb2b01f2a8adebf6d58b00ce08bfd
parentc35f2ea77d44f4fc940e3da08d2f3ec83a1f4873
0025528: Visualization - Exception on removing an interactive object from a local context

AIS_LocalContext::Remove() corrected to unbind the argument from
myActiveObjects at the very end. Also some code clean up applied
(e.g. duplicated AddOrRemoveSelected() call removed, formatting corrected).
src/AIS/AIS_LocalContext.cxx
tests/bugs/vis/bug25528 [new file with mode: 0644]