]> git.saurik.com Git - wxWidgets.git/commit
Make wxMSW tree item unlocking reentrant.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 12 Jun 2012 21:41:40 +0000 (21:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 12 Jun 2012 21:41:40 +0000 (21:41 +0000)
commitac6d7c66e0e03c84d36eab659555422d9486c549
tree07ff72b84febd93c7a3eed3cb64ce8d398d45d57
parentd52ded25c12f0a2e705d7d632dc5050287586475
Make wxMSW tree item unlocking reentrant.

Handle creating nested TreeItemUnlocker objects correctly. This fixes the
problem when a wxTreeCtrl method unlocking some item is called with another
item is already unlocked, e.g. from a selection changed event handler.

Closes #14400.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/msw/treectrl.cpp