mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
make all TimeAxisView derived types return PresentationInfo for sorting
This commit is contained in:
parent
050035e787
commit
eee83c25a9
8 changed files with 32 additions and 20 deletions
|
|
@ -1038,3 +1038,9 @@ AutomationTimeAxisView::cut_copy_clear_one (AutomationLine& line, Selection& sel
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
PresentationInfo const &
|
||||
AutomationTimeAxisView::presentation_info () const
|
||||
{
|
||||
return _route->presentation_info();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue