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:
@@ -1,5 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: univ/slider.cpp
|
||||
// Name: src/univ/slider.cpp
|
||||
// Purpose: implementation of the universal version of wxSlider
|
||||
// Author: Vadim Zeitlin
|
||||
// Modified by:
|
||||
@@ -1009,12 +1009,10 @@ bool wxStdSliderButtonInputHandler::HandleKey(wxInputConsumer *consumer,
|
||||
action = wxACTION_SLIDER_LINE_DOWN;
|
||||
break;
|
||||
|
||||
case WXK_PRIOR:
|
||||
case WXK_PAGEUP:
|
||||
action = wxACTION_SLIDER_PAGE_UP;
|
||||
break;
|
||||
|
||||
case WXK_NEXT:
|
||||
case WXK_PAGEDOWN:
|
||||
action = wxACTION_SLIDER_PAGE_DOWN;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user