X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a374cdc43e89304a9c67d221949e7cb94b5d8c93..1602d4d0fb10d4aebe0e3d63fbab0bb8d09f34ff:/src/msw/listbox.cpp?ds=sidebyside 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++ ) {