mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Fix GTK warning.
git-svn-id: svn://localhost/ardour2/trunk@2464 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
80ee9e6e13
commit
15e3c93f0e
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@ RouteTimeAxisView::build_automation_action_menu ()
|
||||||
automation_items.push_back (MenuElem (_("Hide all automation"),
|
automation_items.push_back (MenuElem (_("Hide all automation"),
|
||||||
mem_fun(*this, &RouteTimeAxisView::hide_all_automation)));
|
mem_fun(*this, &RouteTimeAxisView::hide_all_automation)));
|
||||||
|
|
||||||
if (subplugin_menu.get_parent())
|
if (subplugin_menu.get_attach_widget())
|
||||||
subplugin_menu.detach();
|
subplugin_menu.detach();
|
||||||
|
|
||||||
automation_items.push_back (MenuElem (_("Plugins"), subplugin_menu));
|
automation_items.push_back (MenuElem (_("Plugins"), subplugin_menu));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue