void wxNotebook::OnSize(wxSizeEvent& event)
{
-#if wxUSE_UXTHEME
- // background bitmap size has changed, update the brush using it too
- UpdateBgBrush();
-#endif // wxUSE_UXTHEME
-
if ( GetPageCount() == 0 )
{
// Prevents droppings on resize, but does cause some flicker
}
}
+#if wxUSE_UXTHEME
+ // background bitmap size has changed, update the brush using it too
+ UpdateBgBrush();
+#endif // wxUSE_UXTHEME
+
TabCtrl_AdjustRect(m_hwnd, false, &rc);
int width = rc.right - rc.left,