summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mixer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_mixer.cc')
-rw-r--r--gtk2_ardour/editor_mixer.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_mixer.cc b/gtk2_ardour/editor_mixer.cc
index 21a35f6da3..d3c40418fa 100644
--- a/gtk2_ardour/editor_mixer.cc
+++ b/gtk2_ardour/editor_mixer.cc
@@ -36,6 +36,7 @@
#include "editor_route_groups.h"
#include "editor_regions.h"
#include "gui_thread.h"
+#include "editor_drag.h"
#include "i18n.h"
@@ -342,7 +343,7 @@ Editor::session_going_away ()
entered_regionview = 0;
entered_track = 0;
last_update_frame = 0;
- _drag = 0;
+ _drags->abort ();
playhead_cursor->canvas_item.hide ();