From: Benjamin Williams Date: Mon, 20 Nov 2006 19:33:48 +0000 (+0000) Subject: fixed a center pane bug in sample X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/348861327be358605859219be917c0c2e7b48907 fixed a center pane bug in sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/aui/auidemo.cpp b/samples/aui/auidemo.cpp index b156cfe316..fd094e791f 100644 --- a/samples/aui/auidemo.cpp +++ b/samples/aui/auidemo.cpp @@ -880,7 +880,7 @@ MyFrame::MyFrame(wxWindow* parent, CenterPane().Hide()); m_mgr.AddPane(CreateHTMLCtrl(), wxAuiPaneInfo().Name(wxT("html_content")). - CenterPane()); + CenterPane().Hide()); m_mgr.AddPane(CreateNotebook(), wxAuiPaneInfo().Name(wxT("notebook_content")). CenterPane().PaneBorder(false));