13
0

improvement to last loop button commit for MCP

This commit is contained in:
Paul Davis 2017-01-31 16:29:22 +01:00
parent f55ebf26bd
commit 88dae1c766

View File

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