summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/editor_drag.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index 2cf19b9278..a62dd7e2ec 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -339,6 +339,10 @@ public:
void motion (GdkEvent *, bool);
void finished (GdkEvent *, bool);
+ bool active (Editing::MouseMode) {
+ return true;
+ }
+
private:
EditorCursor* _cursor; ///< cursor being dragged
bool _stop; ///< true to stop the transport on starting the drag, otherwise false