git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32906
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
UpdateBgBrush();
#endif // wxUSE_UXTHEME
UpdateBgBrush();
#endif // wxUSE_UXTHEME
+ if (GetPageCount() == 0)
+ {
+ // Prevents droppings on resize, but does cause some flicker
+ // when there are no pages.
+ Refresh(false);
+ event.Skip();
+ return;
+ }
+
// fit all the notebook pages to the tab control's display area
RECT rc;
// fit all the notebook pages to the tab control's display area
RECT rc;