mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
minor cleanups from 12952
git-svn-id: svn://localhost/ardour2/branches/3.0@12956 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f46a7bc509
commit
958c63bd18
3 changed files with 1 additions and 25 deletions
|
|
@ -4796,7 +4796,7 @@ Editor::add_routes (RouteList& routes)
|
|||
for (RouteList::iterator x = routes.begin(); x != routes.end(); ++x) {
|
||||
boost::shared_ptr<Route> route = (*x);
|
||||
|
||||
if (route->is_hidden()) {
|
||||
if (route->is_hidden() || route->is_monitor()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue