Fix auto-play when locating via drag/click in the editor
This commit is contained in:
parent
308d138144
commit
d99dd1e3ec
@ -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…
Reference in New Issue
Block a user