summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_grid.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-07-19 21:57:51 +0000
committerCarl Hetherington <carl@carlh.net>2009-07-19 21:57:51 +0000
commite11d65d98dc5f21a963beb42eb57b135984e4c08 (patch)
tree0ce216db684c20ee437794434612c0c974cad249 /gtk2_ardour/port_matrix_grid.h
parent9f5b9f3c3ee1316b98f259f54214c02db2acd10c (diff)
Stop line drags in collapsed groups.
git-svn-id: svn://localhost/ardour2/branches/3.0@5390 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix_grid.h')
-rw-r--r--gtk2_ardour/port_matrix_grid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/port_matrix_grid.h b/gtk2_ardour/port_matrix_grid.h
index 35a4c84d6c..a8834dbdd4 100644
--- a/gtk2_ardour/port_matrix_grid.h
+++ b/gtk2_ardour/port_matrix_grid.h
@@ -69,6 +69,7 @@ private:
bool toggle_state (PortMatrixNode::State) const;
bool _dragging;
+ bool _drag_valid;
bool _moved;
int _drag_start_x;
int _drag_start_y;