mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Hide coverage frame when dragging layered region #9725
This commit is contained in:
parent
0e3ed8dbaf
commit
24f574772e
4 changed files with 23 additions and 7 deletions
|
|
@ -1914,7 +1914,7 @@ AudioRegionView::show_xfades ()
|
|||
void
|
||||
AudioRegionView::drag_start ()
|
||||
{
|
||||
TimeAxisViewItem::drag_start ();
|
||||
RegionView::drag_start ();
|
||||
|
||||
//we used to hide xfades here. I don't see the point with the new model, but we can re-implement if needed
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue