mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
finish commit from yesterday ... sorry folks
git-svn-id: svn://localhost/ardour2/branches/3.0@6786 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
40f93ba6e0
commit
b5c21e65fc
12 changed files with 58 additions and 80 deletions
|
|
@ -4831,7 +4831,7 @@ Editor::handle_new_route (RouteList& routes)
|
|||
for (RouteList::iterator x = routes.begin(); x != routes.end(); ++x) {
|
||||
boost::shared_ptr<Route> route = (*x);
|
||||
|
||||
if (route->is_hidden() || route->is_control()) {
|
||||
if (route->is_hidden() || route->is_monitor()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue