spacebar during unbounded clip recording does something closer to right

This commit is contained in:
Paul Davis
2025-10-27 15:18:19 -06:00
parent 3b6b1bdd93
commit ece2b125b1

View File

@@ -1870,7 +1870,7 @@ ARDOUR_UI::spacebar_action (bool with_abort, bool roll_out_of_bounded_mode)
std::shared_ptr<TriggerBox> armed_tb = _session->armed_triggerbox();
if (armed_tb && _session->transport_rolling()) {
armed_tb->disarm_all ();
armed_tb->finish_recording ();
return;
}