summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-01-20 11:14:28 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2020-01-20 11:14:28 -0700
commit42630f145a31d48fb9751c14aa9bd2dcdb3d91b9 (patch)
tree76c849e2edf4723f2c3ce2ebd2e04eb94a3f3fa9 /gtk2_ardour/editor.cc
parentad82b443f47a6ee458b2dbb11deed6422a227b04 (diff)
include a LocateTransportDisposition argument when Editor initially locates
Not clear if the editor really needs to make this call at all
Diffstat (limited to 'gtk2_ardour/editor.cc')
-rw-r--r--gtk2_ardour/editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index 23a21da819..4cd4f0019a 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -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 ();