Hide coverage frame when dragging layered region #9725

This commit is contained in:
Robin Gareus 2024-06-21 01:52:12 +02:00
parent 0e3ed8dbaf
commit 24f574772e
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
4 changed files with 23 additions and 7 deletions

View file

@ -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
}