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:
committed by
Vadim Zeitlin
parent
acec4b363b
commit
9fe3c3f774
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user