Final and global PRIOR/NEXT change: keep consistency using only PAGE versions, deprecate old ids, remove rest of build problems with case statemets.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -654,9 +654,9 @@ void wxPreviewCanvas::OnChar(wxKeyEvent &event)
|
||||
|
||||
switch(event.GetKeyCode())
|
||||
{
|
||||
case WXK_NEXT:
|
||||
case WXK_PAGEDOWN:
|
||||
controlBar->OnNext(); break;
|
||||
case WXK_PRIOR:
|
||||
case WXK_PAGEUP:
|
||||
controlBar->OnPrevious(); break;
|
||||
case WXK_HOME:
|
||||
controlBar->OnFirst(); break;
|
||||
|
Reference in New Issue
Block a user