Don't use deprecated background style
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@62010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -496,7 +496,6 @@ wxRichTextColourSwatchCtrl::wxRichTextColourSwatchCtrl(wxWindow* parent, wxWindo
|
|||||||
wxControl::Create(parent, id, pos, size, style);
|
wxControl::Create(parent, id, pos, size, style);
|
||||||
|
|
||||||
SetColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW));
|
SetColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW));
|
||||||
SetBackgroundStyle(wxBG_STYLE_COLOUR);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
wxRichTextColourSwatchCtrl::~wxRichTextColourSwatchCtrl()
|
wxRichTextColourSwatchCtrl::~wxRichTextColourSwatchCtrl()
|
||||||
|
Reference in New Issue
Block a user