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:
Vadim Zeitlin
2004-11-22 22:19:34 +00:00
parent cffcf831ad
commit f616aec7dc

View File

@@ -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