X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d6acfcb5f6ab75692859f922b784c877fd40ac4e..4a46a5df879c4f820d0a0a435b34c7d5e4793991:/src/gtk/combobox.cpp?ds=sidebyside diff --git a/src/gtk/combobox.cpp b/src/gtk/combobox.cpp index bd085bae0d..326381bcb4 100644 --- a/src/gtk/combobox.cpp +++ b/src/gtk/combobox.cpp @@ -186,7 +186,7 @@ bool wxComboBox::Create( wxWindow *parent, wxWindowID id, const wxString& value, } - SetBackgroundColour( wxSystemSettings::GetSystemColour( wxSYS_COLOUR_WINDOW ) ); + SetBackgroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOW ) ); SetForegroundColour( parent->GetForegroundColour() ); Show( TRUE );