Fix thinko in previous commit.
git-svn-id: svn://localhost/ardour2/branches/3.0@8238 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
485b70b610
commit
8387e1bff8
@ -479,7 +479,9 @@ PortMatrixBody::highlight_associated_channels (int dim, ARDOUR::BundleChannel h)
|
||||
|
||||
bc[1 - dim] = ARDOUR::BundleChannel ((*i)->bundle, j);
|
||||
|
||||
PortMatrixNode n (bc[0], bc[1]);
|
||||
PortMatrixNode n;
|
||||
n.row = bc[_matrix->row_index()];
|
||||
n.column = bc[_matrix->column_index()];
|
||||
|
||||
if (_matrix->get_association(n) != PortMatrixNode::NOT_ASSOCIATED) {
|
||||
if (dim == _matrix->column_index()) {
|
||||
|
Loading…
Reference in New Issue
Block a user