mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
fix botched merge from 3.0
git-svn-id: svn://localhost/ardour2/branches/3.0-SG@13109 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
680ea1118c
commit
f2fb5d42a5
1 changed files with 1 additions and 1 deletions
|
|
@ -4799,7 +4799,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