From 78237f3ac3a7918417cd11b30d25c4afdf9b2108 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 20 May 2012 21:56:28 +0000 Subject: 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 --- gtk2_ardour/port_matrix.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gtk2_ardour/port_matrix.cc') 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 -- cgit v1.2.3