From f1fab06862949f8fa98e9de2a73248cc851ac5d9 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 28 Aug 2015 02:25:48 +0200 Subject: [PATCH] fix midi note de-select #6534 --- gtk2_ardour/editor_drag.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor_drag.cc b/gtk2_ardour/editor_drag.cc index 04590da885..0b21d32d81 100644 --- a/gtk2_ardour/editor_drag.cc +++ b/gtk2_ardour/editor_drag.cc @@ -5394,7 +5394,7 @@ NoteDrag::finished (GdkEvent* ev, bool moved) if (!moved) { /* no motion - select note */ - if (_editor->current_mouse_mode() == Editing::MouseObject || + if (_editor->current_mouse_mode() == Editing::MouseContent || _editor->current_mouse_mode() == Editing::MouseDraw) { bool changed = false;