]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix sending a size event for the displayed page when the notebook is sized
authorRobin Dunn <robin@alldunn.com>
Thu, 23 Sep 2010 21:12:40 +0000 (21:12 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 23 Sep 2010 21:12:40 +0000 (21:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/notebook_osx.cpp

index 57e034bc6ff1bdf34fa3ed55b1298b0428079796..d78e3b4040fde2ca17dffbd9d860cfafb7ce65a4 100644 (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