wxOwnerDrawnComboBox: handle numpad navigation keys.
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 5 Apr 2010 17:18:50 +0000 (17:18 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 5 Apr 2010 17:18:50 +0000 (17:18 +0000)
commit293987e80c5be7aa499e2a3467bc5b57a0a43648
treedb7f00963271ad1dce4ed0f5b997e21894c569b3
parentf408451314d8188b961711c16a22a7a901fdf2db
wxOwnerDrawnComboBox: handle numpad navigation keys.

For consitency with the native control, up/down/pgup/pgdown keys should
be handled even when pressed on the numpad.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/odcombo.cpp
src/generic/vlbox.cpp
src/msw/combo.cpp