don't apply tab control background when using wxUniv, it renders background itself
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4016,7 +4016,7 @@ void wxWindowMSW::OnEraseBackground(wxEraseEvent& event)
|
||||
break;
|
||||
|
||||
case wxBG_STYLE_SYSTEM:
|
||||
#if wxUSE_NOTEBOOK && wxUSE_UXTHEME
|
||||
#if wxUSE_NOTEBOOK && wxUSE_UXTHEME && !defined(__WXUNIVERSAL__)
|
||||
// automatically apply the tab control theme background to any
|
||||
// child panels to have the same look as the native property sheet
|
||||
// dialogs
|
||||
|
Reference in New Issue
Block a user