include a LocateTransportDisposition argument when Editor initially locates

Not clear if the editor really needs to make this call at all
This commit is contained in:
Paul Davis 2020-01-20 11:14:28 -07:00
parent ad82b443f4
commit 42630f145a

View file

@ -1389,7 +1389,7 @@ Editor::set_session (Session *t)
/* catch up with the playhead */
_session->request_locate (playhead_cursor->current_sample ());
_session->request_locate (playhead_cursor->current_sample (), MustStop);
_pending_initial_locate = true;
update_title ();