triggers: always send property change when a trigger stops

This commit is contained in:
Paul Davis 2025-10-22 14:51:24 -06:00
parent 5e9331bb73
commit ff6cced4a5

View file

@ -837,6 +837,7 @@ Trigger::shutdown_from_fwd ()
{
if (_state == Stopped) {
DEBUG_TRACE (DEBUG::Triggers, string_compose ("%1/%2 [%3] already stopped\n", _box.order(), index(), name()));
send_property_change (ARDOUR::Properties::running);
return;
}
_state = Stopped;