diff --git a/samples/aui/auidemo.cpp b/samples/aui/auidemo.cpp index 0e5dc39501..c695aa025c 100644 --- a/samples/aui/auidemo.cpp +++ b/samples/aui/auidemo.cpp @@ -796,6 +796,7 @@ MyFrame::MyFrame(wxWindow* parent, tb4->AddTool(101, wxT("Item 6"), tb4_bmp1); tb4->AddTool(101, wxT("Item 7"), tb4_bmp1); tb4->AddTool(101, wxT("Item 8"), tb4_bmp1); + tb4->AddControl(new wxComboBox(tb4, -1)); tb4->Realize(); // create some toolbars