From: Vadim Zeitlin Date: Mon, 22 Nov 2004 22:19:34 +0000 (+0000) Subject: don't apply tab control background when using wxUniv, it renders background itself X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f616aec7dcf71b4d79dcfe53a13d55948ed4bc18 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 --- diff --git a/src/msw/window.cpp b/src/msw/window.cpp index 72a51acc98..864a390d85 100644 --- a/src/msw/window.cpp +++ b/src/msw/window.cpp @@ -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