mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
fix for #8112. No need to request transport roll before requesting loop play
And doing so confuses ardour
This commit is contained in:
parent
eecb498a70
commit
c82ca66fcc
1 changed files with 0 additions and 1 deletions
|
|
@ -6657,7 +6657,6 @@ Editor::set_loop_from_region (bool play)
|
|||
set_loop_range (start, end, _("set loop range from region"));
|
||||
|
||||
if (play) {
|
||||
_session->request_locate (start, MustRoll);
|
||||
_session->request_play_loop (true);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue