]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/listbox.cpp
really fixed toolbar mapping bug (finally, it was the programmer bug...)
[wxWidgets.git] / src / os2 / listbox.cpp
index 9fe882a4fb09e6c1415123482e49c10c842669c6..df1b7cc473d7e48f451c348e78e0413a439c3810 100644 (file)
@@ -224,7 +224,7 @@ wxListBox::~wxListBox()
 
 void wxListBox::SetupColours()
 {
-    SetBackgroundColour(wxSystemSettings::GetSystemColour(wxSYS_COLOUR_WINDOW));
+    SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW));
     SetForegroundColour(GetParent()->GetForegroundColour());
 } // end of wxListBox::SetupColours