X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5482ee0766d86c79f82733780d5d4833070bf064..bc429ce01f519f3edae182b516cb15b8d2df54a7:/src/msw/notebook.cpp diff --git a/src/msw/notebook.cpp b/src/msw/notebook.cpp index 6f9d82c34c..9134dfc3e0 100644 --- a/src/msw/notebook.cpp +++ b/src/msw/notebook.cpp @@ -799,7 +799,9 @@ bool wxNotebook::InsertPage(size_t nPage, // so the first panel gets the correct themed background if ( m_pages.empty() ) { +#if wxUSE_UXTHEME UpdateBgBrush(); +#endif // wxUSE_UXTHEME } // succeeded: save the pointer to the page