Fix sending a size event for the displayed page when the notebook is sized

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2010-09-23 21:12:40 +00:00
parent 53ba4eb40a
commit ff94c563ed

View File

@@ -373,9 +373,7 @@ void wxNotebook::OnSize(wxSizeEvent& event)
for ( unsigned int nPage = 0; nPage < nCount; nPage++ )
{
wxNotebookPage *pPage = m_pages[nPage];
pPage->SetSize(rect);
if ( pPage->GetAutoLayout() )
pPage->Layout();
pPage->SetSize(rect, wxSIZE_FORCE_EVENT);
}
// If the selected page is hidden at this point, the notebook