summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-06-28 14:32:26 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-06-28 14:32:26 +0000
commit958c63bd186c23192f61b47de602abbd5b8d87f4 (patch)
treed23a527894ef62d742805f69d4994f186e37215c /gtk2_ardour/editor.cc
parentf46a7bc509d432752dc4ac66e3aa78bd0d19b00a (diff)
minor cleanups from 12952
git-svn-id: svn://localhost/ardour2/branches/3.0@12956 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.cc')
-rw-r--r--gtk2_ardour/editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index f33dda2dac..4cc4f6b6d6 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -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;
}