triggerbox: steps toward sane trigger stopping API and design (GUI edition)

This commit is contained in:
Paul Davis 2021-12-22 17:27:19 -07:00
parent ff89d998b2
commit 43203a407b
2 changed files with 18 additions and 3 deletions

View file

@ -652,7 +652,7 @@ TriggerBoxUI::play_button_event (GdkEvent* ev, uint64_t n)
switch (ev->type) {
case GDK_BUTTON_PRESS:
if (ev->button.button == 1) {
_triggerbox.request_stop_all ();
_triggerbox.stop_all_immediately ();
return true;
}
break;