13
0

mackie support should use BasicUI::loop_toggle()

This commit is contained in:
Paul Davis 2017-01-31 16:10:23 +01:00
parent cdddf79bcf
commit f55ebf26bd

View File

@ -568,9 +568,7 @@ MackieControlProtocol::loop_press (Button &)
access_action ("Common/set-loop-from-edit-range");
return off;
} else {
bool was_on = session->get_play_loop();
session->request_play_loop (!was_on);
return was_on ? off : on;
loop_toggle ();
}
}