Handle WXK_NUMPAD_ENTER correctly in wxOSX wxTextCtrl.

Basically just do the same thing for it as for WXK_RETURN.

See #16415.

(this is a backport of a79a2c0c8a from master)
This commit is contained in:
John Roberts
2015-07-18 01:02:00 +02:00
committed by Vadim Zeitlin
parent acec4b363b
commit 9fe3c3f774
2 changed files with 9 additions and 3 deletions

View File

@@ -637,6 +637,7 @@ wxOSX:
- Fix using wxHTTP and wxFTP from worker thread.
- Fix wxFileDialog::GetFilterIndex() for file open dialogs (phsilva).
- Fix printing all pages non-interactively (John Roberts).
- Fix handling of WXK_NUMPAD_ENTER in wxTextCtrl (John Roberts).
- Fix custom paper support (tijsv).
- Return false from wxSound::Create()/IsOk() if the file doesn't exist.