]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listbox.cpp
VC++ /Wp64 warning fixes
[wxWidgets.git] / src / msw / listbox.cpp
index ffe24da141f4f5ce0e96dfad1339a2916f6b32b2..c799cf3479f025848aab58b9bece27e74b1389f0 100644 (file)
@@ -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++ )
     {