From b86c3f97b09779e516939c40983977e5e5a0e458 Mon Sep 17 00:00:00 2001 From: nick_m Date: Sun, 24 May 2015 04:04:37 +1000 Subject: Fix bug where inserting notes in MouseContent mode disallowed resizing. --- gtk2_ardour/editor_drag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h index bf08fc31a1..6fcd92751a 100644 --- a/gtk2_ardour/editor_drag.h +++ b/gtk2_ardour/editor_drag.h @@ -550,7 +550,7 @@ public: void aborted (bool); bool active (Editing::MouseMode mode) { - return mode == Editing::MouseDraw; + return mode == Editing::MouseDraw || mode == Editing::MouseContent; } bool y_movement_matters () const { -- cgit v1.2.3