Distinguish numpad extended keys. Fixes bug #1327720

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jamie Gadd
2006-01-22 05:04:31 +00:00
parent 9d309aad76
commit 413553cc60
3 changed files with 35 additions and 13 deletions

View File

@@ -77,6 +77,7 @@ wxMSW:
columns, if ComCtl32 >= 470.
- Fixed problem where using SetValue and wxTE_RICH2 would cause control to
show.
- Numpad special keys are now distinguished from normal keys.
wxGTK: