X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7a34307e2463bca44f128e28b70e1df4f626e8f8..a7d354c6d75a32033f62b8ecadd837519b35b3ef:/src/common/event.cpp diff --git a/src/common/event.cpp b/src/common/event.cpp index 658f7523af..4dd9eaeaa4 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -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: