]> OCCT Git - occt.git/commit
0025528: Visualization - Exception on removing an interactive object from a local...
authorsan <san@opencascade.com>
Thu, 4 Dec 2014 11:14:14 +0000 (14:14 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 4 Dec 2014 11:20:18 +0000 (14:20 +0300)
commit7fd6425dc40b0e51d174378cbb013cb86b6a46db
tree0051dfa77471f8127f487c5ec7ac422b49287f3e
parent3ea0a91b703ef959c0c772d83e5e8c5f90c5137e
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).

code formatting
src/AIS/AIS_LocalContext.cxx
tests/bugs/vis/bug25528 [new file with mode: 0644]