From 348861327be358605859219be917c0c2e7b48907 Mon Sep 17 00:00:00 2001 From: Benjamin Williams Date: Mon, 20 Nov 2006 19:33:48 +0000 Subject: [PATCH] fixed a center pane bug in sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/aui/auidemo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.50.0