mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Sort busses in new-aux menu by presentation-info
https://discourse.ardour.org/t/ordenation-for-aux-send-buses/112251
This commit is contained in:
parent
a0cd43132b
commit
dec0e2dae8
1 changed files with 2 additions and 0 deletions
|
|
@ -4345,6 +4345,8 @@ Session::get_routes_with_internal_returns() const
|
||||||
rl->push_back (i);
|
rl->push_back (i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rl->sort (Stripable::Sorter ());
|
||||||
return rl;
|
return rl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue