]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/combobox.cpp
1. NOT_FOUND -> wxNOT_FOUND
[wxWidgets.git] / src / motif / combobox.cpp
index 4537779eb6f7dd173508ac3c03b81a76c0cda144..b17065704559595c852a18e80502fa7bdcd5784e 100644 (file)
@@ -40,7 +40,8 @@ bool wxComboBox::Create(wxWindow *parent, wxWindowID id,
     SetValidator(validator);
     m_noStrings = n;
     m_windowStyle = style;
-    m_backgroundColour = parent->GetBackgroundColour();
+    //    m_backgroundColour = parent->GetBackgroundColour();
+    m_backgroundColour = * wxWHITE;
     m_foregroundColour = parent->GetForegroundColour();
 
     if (parent) parent->AddChild(this);