mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
merge from master
This commit is contained in:
commit
664e715a00
54 changed files with 1106 additions and 371 deletions
|
|
@ -5520,7 +5520,7 @@ Editor::split_region ()
|
|||
|
||||
struct EditorOrderRouteSorter {
|
||||
bool operator() (boost::shared_ptr<Route> a, boost::shared_ptr<Route> b) {
|
||||
return a->order_key (EditorSort) < b->order_key (EditorSort);
|
||||
return a->order_key () < b->order_key ();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue