summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-08-28 02:25:48 +0200
committerRobin Gareus <robin@gareus.org>2015-08-28 02:25:48 +0200
commitf1fab06862949f8fa98e9de2a73248cc851ac5d9 (patch)
treeef25cc1bdf3a235f2f0a0d9d80a5d5d598f4325a /gtk2_ardour
parent83c5750f0b8b86a72b54a6c7a1ec809288690e65 (diff)
fix midi note de-select #6534
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/editor_drag.cc2
1 files changed, 1 insertions, 1 deletions
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;