X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/573ac9dc6e94c0256089700d2fafac486c957b5a..847341dbebd752290cb450dbbbc4c2bc9b6a6ac8:/src/mac/listbox.cpp diff --git a/src/mac/listbox.cpp b/src/mac/listbox.cpp index 91595e5f38..a5ef8163b0 100644 --- a/src/mac/listbox.cpp +++ b/src/mac/listbox.cpp @@ -596,7 +596,7 @@ int wxListBox::GetCount() const void wxListBox::SetupColours() { - SetBackgroundColour(wxSystemSettings::GetSystemColour(wxSYS_COLOUR_WINDOW)); + SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW)); SetForegroundColour(GetParent()->GetForegroundColour()); }