]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/window.cpp
wxPaletteBase introduction. wxPalette::GetColoursCount() in interface of all platform...
[wxWidgets.git] / src / msw / window.cpp
index 72a51acc98be44059b0646e2c9a2328c600b353e..864a390d85bc20e351397752c1431633b3201306 100644 (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