summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_column_labels.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-11-18 15:16:28 +0000
committerCarl Hetherington <carl@carlh.net>2009-11-18 15:16:28 +0000
commitbe55dcbce3b26d9af7562cedb75dee25eab66623 (patch)
treef8c8ac5eecc0c94a061e8b255d02cb6799ba4889 /gtk2_ardour/port_matrix_column_labels.cc
parent964e3ee825b5d2c3c9c1d434c1d7bdc40438ee7b (diff)
Primary-modifier click on a node in the port matrix toggles association for everything in a diagonal line down and to the right of the clicked node.
git-svn-id: svn://localhost/ardour2/branches/3.0@6122 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix_column_labels.cc')
-rw-r--r--gtk2_ardour/port_matrix_column_labels.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/port_matrix_column_labels.cc b/gtk2_ardour/port_matrix_column_labels.cc
index e09f1c1a63..2aeb084b9f 100644
--- a/gtk2_ardour/port_matrix_column_labels.cc
+++ b/gtk2_ardour/port_matrix_column_labels.cc
@@ -430,7 +430,7 @@ PortMatrixColumnLabels::position_to_channel (double p, double o, boost::shared_p
}
void
-PortMatrixColumnLabels::button_press (double x, double y, int b, uint32_t t)
+PortMatrixColumnLabels::button_press (double x, double y, int b, uint32_t t, guint)
{
ARDOUR::BundleChannel const gc = position_to_channel (x, y, _matrix->visible_columns());