diff --git a/src/msw/choice.cpp b/src/msw/choice.cpp index 5abb57a2c5..b6cdd7b9c9 100644 --- a/src/msw/choice.cpp +++ b/src/msw/choice.cpp @@ -142,10 +142,6 @@ bool wxChoice::CreateAndInit(wxWindow *parent, return false; - // choice/combobox normally has "white" (depends on colour scheme, of - // course) background rather than inheriting the parent's background - SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW)); - // initialize the controls contents for ( int i = 0; i < n; i++ ) {