From 81a011b78621cbb5c530168a30697d86fc4ae1ac Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Thu, 30 Dec 2021 12:14:18 -0600 Subject: [PATCH] trigger_ui: another FA probability fix --- gtk2_ardour/trigger_master.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/trigger_master.cc b/gtk2_ardour/trigger_master.cc index 5b997182a2..a12beedd98 100644 --- a/gtk2_ardour/trigger_master.cc +++ b/gtk2_ardour/trigger_master.cc @@ -457,7 +457,7 @@ void TriggerMaster::set_all_follow_action (Trigger::FollowAction fa) { _triggerbox->set_all_follow_action(fa); - _triggerbox->set_all_probability(100); + _triggerbox->set_all_probability(0); } void