]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/notebook.cpp
use quotes, not angle brackets, for wx headers
[wxWidgets.git] / src / msw / notebook.cpp
index 46abba6daa5955e51e2fdadf66db6ff3623ea6cf..6f474aed5fa9350ef4224f8513fcc6bf96f616ec 100644 (file)
@@ -345,6 +345,11 @@ bool wxNotebook::Create(wxWindow *parent,
     {
         SetBackgroundColour(GetThemeBackgroundColour());
     }
+    else // use themed background by default
+    {
+        // create backing store
+        UpdateBgBrush();
+    }
 #endif // wxUSE_UXTHEME
 
     // Undocumented hack to get flat notebook style