mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 08:27:43 +01:00
Allow adding / toggling rubber band selection of automation control points.
This commit is contained in:
parent
d6f509d4f5
commit
eb13eec529
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue