mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
Fix auto-play when locating via drag/click in the editor
This commit is contained in:
parent
308d138144
commit
d99dd1e3ec
1 changed files with 1 additions and 1 deletions
|
|
@ -4131,7 +4131,7 @@ CursorDrag::finished (GdkEvent* event, bool movement_occurred)
|
|||
Session* s = _editor->session ();
|
||||
if (s) {
|
||||
_editor->_pending_locate_request = true;
|
||||
s->request_locate (_editor->playhead_cursor->current_sample (), _was_rolling ? MustRoll : MustStop);
|
||||
s->request_locate (_editor->playhead_cursor->current_sample (), _was_rolling ? MustRoll : RollIfAppropriate);
|
||||
s->request_resume_timecode_transmission ();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue