]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/combobox.cpp
Commented out deprecated classes: wxProp and wxTab classes; moved some chapters
[wxWidgets.git] / src / os2 / combobox.cpp
index bf7feb68607fe3fd64820cffc9dee551fd6e0165..1fd96160e517223c94162a30b2b9389e51e06bf2 100644 (file)
@@ -15,7 +15,8 @@
 #include "wx/wxprec.h"
 
 #ifndef WX_PRECOMP
-#include "wx/setup.h"
+    #include "wx/setup.h"
+    #include "wx/settings.h"
 #endif
 
 #if wxUSE_COMBOBOX
@@ -140,7 +141,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());