mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
fix one remaining trigger lookup in trigger UI
This commit is contained in:
parent
c18823c0e0
commit
a5c37e6fd4
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ TriggerUI::set_launch_style (Trigger::LaunchStyle ls)
|
||||||
void
|
void
|
||||||
TriggerUI::set_follow_action (Trigger::FollowAction fa, uint64_t idx)
|
TriggerUI::set_follow_action (Trigger::FollowAction fa, uint64_t idx)
|
||||||
{
|
{
|
||||||
trigger->set_follow_action (fa, idx);
|
trigger()->set_follow_action (fa, idx);
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string
|
std::string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue