fix generation of wxEVT_CHAR_HOOK events [backport of r59700 from trunk]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-03-21 16:12:21 +00:00
parent 4266a9fc67
commit 099e36630b
2 changed files with 29 additions and 21 deletions

View File

@@ -95,6 +95,11 @@ All (GUI):
- Add wxBU_EXACTFIT support to wxToggleButton XRC handler (Ronny Krueger).
wxMSW:
- Fixed generation of wxEVT_CHAR_HOOK events.
2.8.10:
-------