triggerbox: closing in on a one-at-a-time design (GUI edition)

This commit is contained in:
Paul Davis 2021-09-04 23:19:56 -06:00
parent c2abde9199
commit ceabc49232

View File

@ -235,7 +235,7 @@ TriggerBoxUI::bang (GdkEvent *ev, size_t n)
switch (ev->type) {
case GDK_BUTTON_PRESS:
if (ev->button.button == 1) {
_triggerbox.stop_all ();
_triggerbox.request_stop_all ();
return true;
}
default: