Give just one system tab rather than mono / stereo. Fix bundles-only mode of the port matrix.

git-svn-id: svn://localhost/ardour2/branches/3.0@6321 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-12-07 17:39:13 +00:00
parent 8dab33c609
commit 71f1b360a0
2 changed files with 7 additions and 31 deletions

View file

@ -186,7 +186,7 @@ PortMatrixComponent::position_to_channel (double p, double, boost::shared_ptr<co
if (_matrix->show_only_bundles()) {
if (p == 0) {
if (p < 1) {
return ARDOUR::BundleChannel (j->bundle, 0);
} else {
p -= 1;