X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0975a8a065f2cb516cec8a39fae8f00e61644908..d4445d24d33828580f8bf2a1215ef906f70adb51:/src/generic/vlbox.cpp diff --git a/src/generic/vlbox.cpp b/src/generic/vlbox.cpp index 1c1f33174e..d2e6964fdd 100644 --- a/src/generic/vlbox.cpp +++ b/src/generic/vlbox.cpp @@ -538,13 +538,11 @@ void wxVListBox::OnKeyDown(wxKeyEvent& event) break; case WXK_PAGEDOWN: - case WXK_NEXT: PageDown(); current = GetFirstVisibleLine(); break; case WXK_PAGEUP: - case WXK_PRIOR: if ( m_current == (int)GetFirstVisibleLine() ) { PageUp();