fix wxComboCtrl colours under Windows Vista (patch 1710006)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-05-11 22:54:29 +00:00
parent 121640d59b
commit 721d183848
2 changed files with 13 additions and 5 deletions

View File

@@ -175,6 +175,7 @@ wxMSW:
- Fixed bug in wxThread::Wait() in console applications introduced in 2.8.3
- Support right-aligned/centered owner drawn items in wxListCtrl (troelsk)
- Compilation fixed with WXWIN_COMPATIBILITY_2_6==0
- Fix wxComboCtrl colours under Windows Vista (Kolya Kosenko)
wxGTK: