]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/combobox.cpp
Updated to use correct value for wxSTC_MASK_FOLDERS
[wxWidgets.git] / src / os2 / combobox.cpp
index bf7feb68607fe3fd64820cffc9dee551fd6e0165..7d6565d7982d8c61dceec4b90eb94da48616fb50 100644 (file)
@@ -140,7 +140,7 @@ bool wxComboBox::Create(
     // A choice/combobox normally has a white background (or other, depending
     // on global settings) rather than inheriting the parent's background colour.
     //
-    SetBackgroundColour(wxSystemSettings::GetSystemColour(wxSYS_COLOUR_WINDOW));
+    SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW));
 
     SetFont(pParent->GetFont());