]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/notebook/test.cpp
compilation fixes
[wxWidgets.git] / samples / notebook / test.cpp
index 2a60668983390f7a2107fb652d5c9626f3ae0c4d..9a35002ed626895bd3fd3a05d90661137bcddd2e 100644 (file)
@@ -178,7 +178,7 @@ void MyFrame::OnAddPage(wxCommandEvent& WXUNUSED(event))
   wxPanel *panel = new wxPanel( m_notebook, -1 );
   (void)new wxButton( panel, -1, "Button", wxPoint( 10,10 ), wxSize(-1,-1) );
   m_notebook->AddPage( panel, "Added" );
-  m_notebook->SetSelection( m_notebook->GetPageCount()-1 );
+//  m_notebook->SetSelection( m_notebook->GetPageCount()-1 );
 }
 
 void MyFrame::OnDeletePage(wxCommandEvent& WXUNUSED(event))