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:
@@ -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).
|
||||
|
Reference in New Issue
Block a user