mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Use Stripable::Sorter in GUI consistently.
This commit is contained in:
parent
140c511d2c
commit
1d28665f86
9 changed files with 80 additions and 204 deletions
|
|
@ -121,7 +121,7 @@ PortExportChannelSelector::fill_route_list ()
|
|||
channel_view.add_route (master);
|
||||
}
|
||||
|
||||
routes.sort (Stripable::PresentationOrderSorter ());
|
||||
routes.sort (Stripable::Sorter ());
|
||||
|
||||
for (RouteList::iterator it = routes.begin(); it != routes.end(); ++it) {
|
||||
if ((*it)->is_master () || (*it)->is_monitor ()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue