Handle Shift-TAB correctly in wxOSX/Carbon wxComboBox.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 28 Nov 2012 23:55:53 +0000 (23:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 28 Nov 2012 23:55:53 +0000 (23:55 +0000)
commiteff339168e77e6a07d686824ff78df2dc7a866d9
tree828d3e0c3f86ec82a8e0ecf51a92be0bc60f3f60
parent8e64b8fe6ee78b9148d2f48a31aace0bcfc0d751
Handle Shift-TAB correctly in wxOSX/Carbon wxComboBox.

The navigation event direction should depend on Shift key state.

See #3821.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/osx/carbon/combobox.cpp