Make Ctrl+A not work in multiline wxTextCtrl in MSW

The native EDIT control doesn't handle this key combination, but RICHEDIT does
and people just expect it to work, so handle it at wxMSW level.

Closes https://github.com/wxWidgets/wxWidgets/pull/300
This commit is contained in:
Jens Göpfert
2016-06-20 10:40:36 +02:00
committed by Vadim Zeitlin
parent 0ef695ef9b
commit c43b59616f
2 changed files with 21 additions and 7 deletions

View File

@@ -150,6 +150,7 @@ wxMSW:
methods return wxAccStatus::wxACC_NOT_SUPPORTED.
- Return null BSTR from wxIAccessible if string returned from wxAccesible
method is empty.
- Handle Ctrl-A in non-rich multiline text controls (Jens Göpfert).
wxOSX: