mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-27 07:28:17 +01:00
always build automation menu for route_time_axis, even for SAE version
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4883 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e79f953efd
commit
df83cd7e5c
1 changed files with 2 additions and 6 deletions
|
|
@ -396,13 +396,8 @@ RouteTimeAxisView::playlist_click ()
|
|||
void
|
||||
RouteTimeAxisView::automation_click ()
|
||||
{
|
||||
if (automation_action_menu == 0) {
|
||||
/* this seems odd, but the automation action
|
||||
menu is built as part of the display menu.
|
||||
*/
|
||||
build_display_menu ();
|
||||
}
|
||||
conditionally_add_to_selection ();
|
||||
build_automation_action_menu ();
|
||||
automation_action_menu->popup (1, gtk_get_current_event_time());
|
||||
}
|
||||
|
||||
|
|
@ -453,6 +448,7 @@ RouteTimeAxisView::build_display_menu ()
|
|||
if (!Profile->get_sae()) {
|
||||
build_remote_control_menu ();
|
||||
items.push_back (MenuElem (_("Remote Control ID"), *remote_control_menu));
|
||||
/* rebuild this every time */
|
||||
build_automation_action_menu ();
|
||||
items.push_back (MenuElem (_("Automation"), *automation_action_menu));
|
||||
items.push_back (SeparatorElem());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue