mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
fix Play Loop from range context menu
This commit is contained in:
parent
4e85bda431
commit
6dd114c3f1
1 changed files with 1 additions and 1 deletions
|
|
@ -5713,8 +5713,8 @@ Editor::set_loop_from_selection (bool play)
|
|||
set_loop_range (start, end, _("set loop range from selection"));
|
||||
|
||||
if (play) {
|
||||
_session->request_play_loop (true);
|
||||
_session->request_locate (start, true);
|
||||
_session->request_play_loop (true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue