Allow adding / toggling rubber band selection of automation control points.

This commit is contained in:
nick_m 2015-10-05 00:39:24 +11:00
parent d6f509d4f5
commit eb13eec529

View file

@ -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;