Correct background colour in ComboCtrl (from Jaako).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42592 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2006-10-28 22:07:38 +00:00
parent 889fda0c95
commit f3dcd96751

View File

@ -838,7 +838,7 @@ wxComboCtrlBase::CreateTextCtrl(int style, const wxValidator& validator)
void wxComboCtrlBase::OnThemeChange()
{
SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW));
SetOwnBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW));
}
wxComboCtrlBase::~wxComboCtrlBase()