summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_row_labels.h
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_row_labels.h
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_row_labels.h')
-rw-r--r--gtk2_ardour/port_matrix_row_labels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/port_matrix_row_labels.h b/gtk2_ardour/port_matrix_row_labels.h
index df1490beb8..34086b1074 100644
--- a/gtk2_ardour/port_matrix_row_labels.h
+++ b/gtk2_ardour/port_matrix_row_labels.h
@@ -43,7 +43,7 @@ class PortMatrixRowLabels : public PortMatrixLabels
public:
PortMatrixRowLabels (PortMatrix *, PortMatrixBody *);
- void button_press (double, double, int, uint32_t);
+ void button_press (double, double, int, uint32_t, guint);
double component_to_parent_x (double x) const;
double parent_to_component_x (double x) const;