From eb13eec529acfed9ade3963fea058947fb4b3572 Mon Sep 17 00:00:00 2001 From: nick_m Date: Mon, 5 Oct 2015 00:39:24 +1100 Subject: [PATCH] Allow adding / toggling rubber band selection of automation control points. --- gtk2_ardour/editor_mouse.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor_mouse.cc b/gtk2_ardour/editor_mouse.cc index 0443a2d2d1..f49c5983a8 100644 --- a/gtk2_ardour/editor_mouse.cc +++ b/gtk2_ardour/editor_mouse.cc @@ -619,7 +619,7 @@ Editor::button_selection (ArdourCanvas::Item* item, GdkEvent* event, ItemType it break; case AutomationTrackItem: - if (eff_mouse_mode != MouseDraw) { + if (eff_mouse_mode != MouseDraw && op == Selection::Set) { set_selected_track_as_side_effect (op); } break;