mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
mackie support should use BasicUI::loop_toggle()
This commit is contained in:
parent
cdddf79bcf
commit
f55ebf26bd
1 changed files with 1 additions and 3 deletions
|
|
@ -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 ();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue