mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
cut ops can start on automation tracks too
This commit is contained in:
parent
542d1ce01c
commit
05bca82117
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