]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/tab/test.cpp
last line missing
[wxWidgets.git] / samples / tab / test.cpp
index be7797a5c354c0f515059662578463c7024d44da..1c2f6fd5530f1b970d072aa26d38b94f6aaff227 100644 (file)
@@ -240,7 +240,7 @@ void MyFrame::OnSize(wxSizeEvent& event)
   
         m_view->SetViewRect(rect);
 
-        m_view->Layout();
+        m_view->LayoutTabs();
 
         // Need to do it a 2nd time to get the tab height with
         // the new view width
@@ -252,7 +252,7 @@ void MyFrame::OnSize(wxSizeEvent& event)
   
         m_view->SetViewRect(rect);
 
-        m_view->Layout();
+        m_view->LayoutTabs();
 
         // Move all the panels to the new view position and size
         wxNode* node = m_view->GetWindows().First();