]> git.saurik.com Git - wxWidgets.git/commit
Fix Shift+TAB navigation from wxNotebook.
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 30 May 2010 12:21:49 +0000 (12:21 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 30 May 2010 12:21:49 +0000 (12:21 +0000)
commit4a0dcc87af44792d5dc993daa5b20f10348233da
tree3c19d324e3558094f4ec96414c9a2cf2446fbb2d
parent375efc1fce6d04847ba477c8fcaa6eef4e3cbc71
Fix Shift+TAB navigation from wxNotebook.

When the focus was on a tab label, Shift+TAB didn't move it out of the
notebook to the preceding control, as it should. Instead, focus moved to
the last control in the current notebook page.

This change fixes it, TAB and Shift-TAB cycling through controls now
behaves identically modulo direction.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/notebook.cpp