Improve handling of keyboard entry using IME.

Pass the keyboard events to the IME before generating our events for them, the
IME may need them for its own use.

Closes #15384.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2013-10-05 23:30:45 +00:00
parent 69a36314cd
commit 8155d71a7d
3 changed files with 88 additions and 42 deletions

View File

@@ -597,6 +597,7 @@ wxMSW:
wxOSX:
- Improve handling of keyboard entry using IME (minoki).
- Fix column sorting UI in wxDataViewCtrl (Myrsloik).