]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/combobox.cpp
minor visual corrections to renderers (patch 649847)
[wxWidgets.git] / src / motif / combobox.cpp
index d1c470999eab9c2d895e28d6c1b91c5e41f05317..e8e5fd66c70e84eccea6a6134cd55fcdcc48e530 100644 (file)
@@ -44,8 +44,8 @@ bool wxComboBox::Create(wxWindow *parent, wxWindowID id,
     SetValidator(validator);
     m_noStrings = n;
     m_windowStyle = style;
-    //    m_backgroundColour = parent->GetBackgroundColour();
-    m_backgroundColour = * wxWHITE;
+    m_backgroundColour = parent->GetBackgroundColour();
+    // m_backgroundColour = * wxWHITE;
     m_foregroundColour = parent->GetForegroundColour();
 
     if (parent) parent->AddChild(this);