Fix handling of Esc while an auto-complete drop down is open in wxMSW.

Just close the drop down instead of closing the dialog the text control using
this auto-complete drop down is in, as this was completely unexpected and
counter-intuitive.

Closes #13945.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-03-08 13:39:39 +00:00
parent 9dcdf05c8d
commit 4bddf85f6c
2 changed files with 31 additions and 0 deletions

View File

@@ -621,6 +621,7 @@ wxMSW:
- Fix handling of unsupported formats in dnd (jwiesemann).
- Fix blank wxBitmapComboBox dropdown appearance.
- Fix clicking on checkboxes in wxDataViewCtrl.
- Fix handling of Esc while an auto-complete drop down is open (Chaobin Zhang).
- Many improvements to alpha transparency handling (Artur Wieczorek).
- Make "%lu" work with size_t arguments under Win64 (laro).
- Fix wxRegion::Offset() with shared objects (Joost Nieuwenhuijse).