X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a374cdc43e89304a9c67d221949e7cb94b5d8c93..5c5871a4fc3a83c494f9fc0c8ae7b6ca210d37f4:/src/msw/listbox.cpp?ds=inline diff --git a/src/msw/listbox.cpp b/src/msw/listbox.cpp index ffe24da141..c799cf3479 100644 --- a/src/msw/listbox.cpp +++ b/src/msw/listbox.cpp @@ -174,10 +174,6 @@ bool wxListBox::Create(wxWindow *parent, return false; } - // Necessary to prevent scroll problems within a notebook with Windows - // effects enabled - SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW)); - // initialize the contents for ( int i = 0; i < n; i++ ) {