Added show_all so that child widgets are shown
This commit is contained in:
parent
8e81f31a04
commit
16793fc2d4
1 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ Track::Track(TimelineWidget &timeline_widget,
|
|||
headerBox.pack_start(titleMenuButton, PACK_SHRINK);
|
||||
headerBox.pack_start(buttonBar, PACK_SHRINK);
|
||||
|
||||
headerWidget.show_all();
|
||||
|
||||
// Setup the title menu button
|
||||
Menu::MenuList& title_list = titleMenuButton.get_menu().items();
|
||||
title_list.push_back( Menu_Helpers::MenuElem(_("_Name..."),
|
||||
|
|
|
|||
Loading…
Reference in a new issue