Interpret arrow keys correctly in wxMSW wxComboCtrl::IsKeyPopupToggle()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@64459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2010-06-01 15:38:53 +00:00
parent a9ad1e1b0a
commit f790864585
2 changed files with 6 additions and 12 deletions

View File

@@ -100,6 +100,8 @@ wxMSW:
- wxOwnerDrawnComboBox and wxComboCtrl with wxCB_READONLY window style now
have more native-like focus indicator rendering.
- Fixed wxOwnerDrawnComboBox keyboard handling: drop-down is no longer
displayed when arrow key is pressed (without Alt).
2.8.11:
-------