13
0

more playhead-drag/click locate debugging

This commit is contained in:
Paul Davis 2020-03-25 12:33:46 -06:00
parent 77ab1a39b8
commit 1b05ebbafa

View File

@ -4107,6 +4107,8 @@ CursorDrag::motion (GdkEvent* event, bool)
void
CursorDrag::finished (GdkEvent* event, bool movement_occurred)
{
PBD::stacktrace (std::cerr, 40);
_editor->_dragging_playhead = false;
_cursor.track_canvas_item().ungrab();