wxWidgets/include
Vadim Zeitlin c749d9e638 Fix unwanted focus events when deleting a wxTreeCtrl item in wxMSW.
Disable setting focus in response to TVN_SELCHANGING when deleting an item in
a single selection control too -- this was already done in multi selection
case but not in this one, for some reason.

Also refactor the code to avoid duplicating TreeView_DeleteItem() calls.

Closes #15721.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-11-28 12:43:17 +00:00
..
msvc/wx Only auto-link wsock32.dll if net library is used. 2013-10-14 15:08:18 +00:00
wx Fix unwanted focus events when deleting a wxTreeCtrl item in wxMSW. 2013-11-28 12:43:17 +00:00