Make WXK_NUMPAD_TAB member of WXK_CATEGORY_TAB.

See #10268.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-08-23 21:39:32 +00:00
parent 12c9c01c24
commit 4f742042b8
3 changed files with 3 additions and 2 deletions

View File

@@ -779,6 +779,7 @@ bool wxKeyEvent::IsKeyInCategory(int category) const
return (category & WXK_CATEGORY_JUMP) != 0;
case WXK_TAB:
case WXK_NUMPAD_TAB:
return (category & WXK_CATEGORY_TAB) != 0;
case WXK_BACK: