From f2fb5d42a5e663d1ee45101ba77df1f4d1b1d6f3 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 3 Aug 2012 20:39:43 +0000 Subject: [PATCH] fix botched merge from 3.0 git-svn-id: svn://localhost/ardour2/branches/3.0-SG@13109 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index a2a0c109c1..fc85704781 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -4799,7 +4799,7 @@ Editor::add_routes (RouteList& routes) for (RouteList::iterator x = routes.begin(); x != routes.end(); ++x) { boost::shared_ptr route = (*x); - if (route->is_hidden()) { + if (route->is_hidden() || route->is_monitor()) { continue; }