mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
cut ops can start on automation tracks too
This commit is contained in:
parent
020fc013a9
commit
199414f495
1 changed files with 1 additions and 0 deletions
|
|
@ -858,6 +858,7 @@ Editor::button_press_handler_1 (ArdourCanvas::Item* item, GdkEvent* event, ItemT
|
|||
case RegionViewNameHighlight:
|
||||
case RegionViewName:
|
||||
case StreamItem:
|
||||
case AutomationTrackItem:
|
||||
_drags->set (new RegionCutDrag (this, item, canvas_event_sample (event)), event, current_canvas_cursor);
|
||||
return true;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue