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:
Paul Davis 2012-08-03 20:39:43 +00:00
parent 680ea1118c
commit f2fb5d42a5

View file

@ -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;
}