diff --git a/src/msw/combobox.cpp b/src/msw/combobox.cpp index d161ddf96a..39ca6bed13 100644 --- a/src/msw/combobox.cpp +++ b/src/msw/combobox.cpp @@ -522,10 +522,6 @@ void wxComboBox::MSWRecreate() m_backgroundColour = wxNullColour; SetBackgroundColour(colBg); } - else - { - SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW)); - } // Revert the old string value if ( !HasFlag(wxCB_READONLY) )