summaryrefslogtreecommitdiff
path: root/gtk2_ardour/io_selector.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-05-20 21:56:28 +0000
committerCarl Hetherington <carl@carlh.net>2012-05-20 21:56:28 +0000
commit78237f3ac3a7918417cd11b30d25c4afdf9b2108 (patch)
tree4675b4c599fa9b701c6abccd769fca5664d0c33b /gtk2_ardour/io_selector.cc
parent9e50baae6341595f8f04e0cf5a081a8cc131f5f5 (diff)
Display hardware IO individually in the port matrices unless we are in _show_only_bundles mode.
git-svn-id: svn://localhost/ardour2/branches/3.0@12348 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/io_selector.cc')
-rw-r--r--gtk2_ardour/io_selector.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/io_selector.cc b/gtk2_ardour/io_selector.cc
index d7b65dc58b..19f25dcf1c 100644
--- a/gtk2_ardour/io_selector.cc
+++ b/gtk2_ardour/io_selector.cc
@@ -118,7 +118,7 @@ IOSelector::setup_ports (int dim)
if (dim == _other) {
- _ports[_other].gather (_session, type(), _find_inputs_for_io_outputs, false);
+ _ports[_other].gather (_session, type(), _find_inputs_for_io_outputs, false, show_only_bundles ());
} else {