summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix.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/port_matrix.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/port_matrix.cc')
-rw-r--r--gtk2_ardour/port_matrix.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/port_matrix.cc b/gtk2_ardour/port_matrix.cc
index a259f357ce..fb7bca7946 100644
--- a/gtk2_ardour/port_matrix.cc
+++ b/gtk2_ardour/port_matrix.cc
@@ -623,6 +623,11 @@ PortMatrix::toggle_show_only_bundles ()
_show_only_bundles = !_show_only_bundles;
setup ();
+
+ /* The way in which hardware ports are grouped changes depending on the _show_only_bundles
+ setting, so we need to set things up again now.
+ */
+ setup_all_ports ();
}
pair<uint32_t, uint32_t>