probable fix for crash while dragging playhead

This commit is contained in:
Paul Davis 2017-02-19 19:44:13 +01:00
parent 94ec54a3c4
commit 542b789a42

View File

@ -3667,6 +3667,7 @@ CursorDrag::start_grab (GdkEvent* event, Gdk::Cursor* c)
_editor->snap_to_with_modifier (where, event);
_editor->_dragging_playhead = true;
_editor->_control_scroll_target = where.frame;
Session* s = _editor->session ();