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:
@@ -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
|
||||
|
Reference in New Issue
Block a user