fix handling of the keys in wxSpinCtrl (#9637)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -112,6 +112,7 @@ All (Unix):
|
|||||||
|
|
||||||
wxMSW:
|
wxMSW:
|
||||||
|
|
||||||
|
- Fix keyboard support in wxSpinCtrl broken in 2.8.8.
|
||||||
- Compile fix for WinCE in window.cpp (no VkKeyScan in Windows CE).
|
- Compile fix for WinCE in window.cpp (no VkKeyScan in Windows CE).
|
||||||
|
|
||||||
wxGTK:
|
wxGTK:
|
||||||
|
@@ -177,7 +177,7 @@ LRESULT APIENTRY _EXPORT wxBuddyTextWndProc(HWND hwnd,
|
|||||||
|
|
||||||
case WM_GETDLGCODE:
|
case WM_GETDLGCODE:
|
||||||
// we want to get WXK_RETURN in order to generate the event for it
|
// we want to get WXK_RETURN in order to generate the event for it
|
||||||
return DLGC_WANTARROWS;
|
return DLGC_WANTALLKEYS;
|
||||||
}
|
}
|
||||||
|
|
||||||
return ::CallWindowProc(CASTWNDPROC spin->GetBuddyWndProc(),
|
return ::CallWindowProc(CASTWNDPROC spin->GetBuddyWndProc(),
|
||||||
|
Reference in New Issue
Block a user