Correct background colour in ComboCtrl (from Jaako).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42592 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -838,7 +838,7 @@ wxComboCtrlBase::CreateTextCtrl(int style, const wxValidator& validator)
|
|||||||
|
|
||||||
void wxComboCtrlBase::OnThemeChange()
|
void wxComboCtrlBase::OnThemeChange()
|
||||||
{
|
{
|
||||||
SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW));
|
SetOwnBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW));
|
||||||
}
|
}
|
||||||
|
|
||||||
wxComboCtrlBase::~wxComboCtrlBase()
|
wxComboCtrlBase::~wxComboCtrlBase()
|
||||||
|
Reference in New Issue
Block a user