diff --git a/libs/ardour/triggerbox.cc b/libs/ardour/triggerbox.cc index 5ae76a6cad..c89bef9424 100644 --- a/libs/ardour/triggerbox.cc +++ b/libs/ardour/triggerbox.cc @@ -1478,6 +1478,9 @@ AudioTrigger::set_region_in_worker_thread (boost::shared_ptr r) _follow_action_probability = 0; /* 100% left */ + /* we've changed our internal values; we need to update our queued UIState or they will be lost when UIState is applied */ + copy_to_ui_state (); + send_property_change (ARDOUR::Properties::name); return 0;