make background colour apply to choice/combobox dropdown listbox as well as the main part (patch 1023669)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-09-10 20:36:50 +00:00
parent 1a0f14e16a
commit f499e61407
2 changed files with 30 additions and 10 deletions

View File

@@ -269,6 +269,7 @@ wxMSW:
- fixed wxTextCtrl::SetMaxLength for rich edit controls
- fixed flat style for toolbars under XP, Windows Classic style
- fixed truncation of transferred data in wxConnection under unicode build
- wxChoice and wxComboBox dropdown background can be set now too (Adrian Lupei)
wxUniv/X11: