From 2efc80da175cf6879c2a9904930f9be8381baf3d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 10 Jun 2009 21:35:51 +0000 Subject: [PATCH] Fix cursor dragging in mouse gain mode. git-svn-id: svn://localhost/ardour2/branches/3.0@5159 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_drag.h | 4 ++++ 1 file changed, 4 insertions(+) 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