13
0

set Editor::_pending_locate_request to true before sending locate request.

This commit is contained in:
Paul Davis 2020-03-25 18:39:39 -06:00
parent 25c0bd9274
commit 6291433e27

View File

@ -4106,8 +4106,8 @@ CursorDrag::finished (GdkEvent* event, bool movement_occurred)
Session* s = _editor->session ();
if (s) {
s->request_locate (_editor->playhead_cursor->current_sample (), _was_rolling ? MustRoll : MustStop);
_editor->_pending_locate_request = true;
s->request_locate (_editor->playhead_cursor->current_sample (), _was_rolling ? MustRoll : MustStop);
s->request_resume_timecode_transmission ();
}
}