]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/combocmn.cpp
deal correctly with vsnprintf() implementations which always NUL-terminate the buffer...
[wxWidgets.git] / src / common / combocmn.cpp
index 7e53044b3e0c46116a80f336c0c35f21b0711570..b09c6965b7895a0513c70dd6bd1366d6b322c317 100644 (file)
@@ -838,7 +838,7 @@ wxComboCtrlBase::CreateTextCtrl(int style, const wxValidator& validator)
 
 void wxComboCtrlBase::OnThemeChange()
 {
-    SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW));
+    SetOwnBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW));
 }
 
 wxComboCtrlBase::~wxComboCtrlBase()