mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
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:
parent
ad82b443f4
commit
42630f145a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue