Display hardware IO individually in the port matrices unless we are in _show_only_bun...
[ardour.git] / gtk2_ardour / bundle_manager.cc
index 0cd44af9a23b0256fe2343f377cd8d914ae0f860..5940a624504c001fc179e05b2d625dde8eeaed85 100644 (file)
@@ -60,7 +60,7 @@ BundleEditorMatrix::setup_ports (int dim)
                   otherwise in some cases the basic system IO ports may be hidden, making
                   the bundle editor useless */
 
-               _ports[OTHER].gather (_session, DataType::NIL, _bundle->ports_are_inputs(), true);
+               _ports[OTHER].gather (_session, DataType::NIL, _bundle->ports_are_inputs(), true, show_only_bundles ());
                _ports[OTHER].remove_bundle (_bundle);
                _ports[OTHER].resume_signals ();
        }