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:
parent
889fda0c95
commit
f3dcd96751
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user