mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Backport from mixbus, prepare trigger-strip ctx menu
This commit is contained in:
parent
c16631f8f8
commit
4318d25ec7
1 changed files with 7 additions and 0 deletions
|
|
@ -1204,6 +1204,13 @@ MixerStrip::build_route_ops_menu ()
|
||||||
selection.set (stav);
|
selection.set (stav);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef MIXBUS
|
||||||
|
if (_route->mixbus()) {
|
||||||
|
/* no dup, no remove */
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if (!_route->is_master()) {
|
if (!_route->is_master()) {
|
||||||
items.push_back (SeparatorElem());
|
items.push_back (SeparatorElem());
|
||||||
items.push_back (MenuElem (_("Duplicate..."), sigc::mem_fun (*this, &RouteUI::duplicate_selected_routes)));
|
items.push_back (MenuElem (_("Duplicate..."), sigc::mem_fun (*this, &RouteUI::duplicate_selected_routes)));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue