From be55dcbce3b26d9af7562cedb75dee25eab66623 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 18 Nov 2009 15:16:28 +0000 Subject: 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 --- gtk2_ardour/port_matrix_row_labels.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/port_matrix_row_labels.cc') diff --git a/gtk2_ardour/port_matrix_row_labels.cc b/gtk2_ardour/port_matrix_row_labels.cc index 9ef57e4778..2ba43ba400 100644 --- a/gtk2_ardour/port_matrix_row_labels.cc +++ b/gtk2_ardour/port_matrix_row_labels.cc @@ -122,7 +122,7 @@ PortMatrixRowLabels::render (cairo_t* cr) } void -PortMatrixRowLabels::button_press (double x, double y, int b, uint32_t t) +PortMatrixRowLabels::button_press (double x, double y, int b, uint32_t t, guint) { ARDOUR::BundleChannel const w = position_to_channel (y, x, _matrix->visible_rows()); -- cgit v1.2.3