diff --git a/gtk2_ardour/editor_drag.cc b/gtk2_ardour/editor_drag.cc index 7ad0ed7350..84e965a0bd 100644 --- a/gtk2_ardour/editor_drag.cc +++ b/gtk2_ardour/editor_drag.cc @@ -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 (); } }