summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_markers.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_markers.cc')
-rw-r--r--gtk2_ardour/editor_markers.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_markers.cc b/gtk2_ardour/editor_markers.cc
index c976507cfe..d23afbf14c 100644
--- a/gtk2_ardour/editor_markers.cc
+++ b/gtk2_ardour/editor_markers.cc
@@ -37,6 +37,7 @@
#include "simplerect.h"
#include "actions.h"
#include "prompter.h"
+#include "editor_drag.h"
#include "i18n.h"
@@ -1088,7 +1089,7 @@ Editor::new_transport_marker_menu_popdown ()
// hide rects
transport_bar_drag_rect->hide();
- break_drag ();
+ _drags->break_drag ();
}
void