Backported from wx2.9 improved wxComboCtrl/wxOwnerDrawnComboBox appearance under Vista/Win7. Should have been done years ago, really.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@64396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2010-05-26 14:54:27 +00:00
parent 8fe08e5275
commit a01ef3cc40
4 changed files with 286 additions and 102 deletions

View File

@@ -96,6 +96,11 @@ All (GUI):
- wxRTC: fixed style selection resetting after editing a style.
- wxRTC: can now edit line spacing in .1 increments from 1 to 2.
wxMSW:
- Backported improved wxOwnerDrawnComboBox and wxComboCtrl appearance under
Windows Vista/7.
2.8.11:
-------