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:
Vadim Zeitlin
2008-06-29 00:50:36 +00:00
parent 10d24cc2f5
commit 453c35deaf
2 changed files with 2 additions and 1 deletions

View File

@@ -112,6 +112,7 @@ All (Unix):
wxMSW:
- Fix keyboard support in wxSpinCtrl broken in 2.8.8.
- Compile fix for WinCE in window.cpp (no VkKeyScan in Windows CE).
wxGTK: