mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
trigger_ui: disambiguate set_triggerbox() from set_trigger()
This commit is contained in:
parent
81a011b786
commit
1dc756142c
4 changed files with 4 additions and 4 deletions
|
|
@ -2135,7 +2135,7 @@ MixerStrip::hide_master_spacer (bool yn)
|
|||
void
|
||||
MixerStrip::set_trigger_display (boost::shared_ptr<TriggerBox> tb)
|
||||
{
|
||||
_tmaster->set_trigger (tb);
|
||||
_tmaster->set_triggerbox (tb);
|
||||
trigger_display.set_triggerbox (tb.get());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue