mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
triggerboxUI: showing trigger box UI is global now; move load op to context menu; handle multiple selection
This commit is contained in:
parent
7b14c5666a
commit
a30148b2a1
4 changed files with 42 additions and 8 deletions
|
|
@ -4302,10 +4302,7 @@ ProcessorBox::edit_triggerbox (boost::shared_ptr<Processor> processor)
|
|||
return false;
|
||||
}
|
||||
|
||||
if (_parent_strip) {
|
||||
_parent_strip->create_trigger_display (tb);
|
||||
_parent_strip->toggle_trigger_display ();
|
||||
}
|
||||
UIConfiguration::instance().set_show_triggers_inline (!UIConfiguration::instance().get_show_triggers_inline());
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue