mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
probable fix for crash while dragging playhead
This commit is contained in:
parent
94ec54a3c4
commit
542b789a42
1 changed files with 1 additions and 0 deletions
|
|
@ -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 ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue