diff --git a/samples/aui/auidemo.cpp b/samples/aui/auidemo.cpp index cefffcc5ec..2b5c6f5be0 100644 --- a/samples/aui/auidemo.cpp +++ b/samples/aui/auidemo.cpp @@ -934,6 +934,7 @@ MyFrame::MyFrame(wxWindow* parent, Name(wxT("test11")).Caption(wxT("Fixed Pane")). Bottom().Layer(1).Position(2).Fixed()); + m_mgr.AddPane(new SettingsPanel(this,this), wxAuiPaneInfo(). Name(wxT("settings")).Caption(wxT("Dock Manager Settings")). Dockable(false).Float().Hide());