mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Allow to initiate Rubberband-drag on blank Trackview
This commit is contained in:
parent
1f4490fff9
commit
168b67bd17
1 changed files with 3 additions and 0 deletions
|
|
@ -1036,6 +1036,9 @@ Editor::button_press_handler_1 (ArdourCanvas::Item* item, GdkEvent* event, ItemT
|
|||
|
||||
case StreamItem:
|
||||
/* in the past, we created a new midi region here, but perhaps that is best left to the Draw mode */
|
||||
/* .. now we allow for rubberband selection (region gain) */
|
||||
_drags->set (new EditorRubberbandSelectDrag (this, item), event);
|
||||
return true;
|
||||
break;
|
||||
|
||||
case AutomationTrackItem:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue