summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_component.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-11-18 14:53:55 +0000
committerCarl Hetherington <carl@carlh.net>2009-11-18 14:53:55 +0000
commitb7cfd2849ebb0d949af3ee39f70cbf1856fbfe0f (patch)
treed30c3a24c4b74f78f830e25eb4f176b36a764cf1 /gtk2_ardour/port_matrix_component.h
parent0f313672f59f7a00314400f82fc012e56df8d095 (diff)
Fix dragging grid lines when you move the mouse outside of the grid during the drag.
git-svn-id: svn://localhost/ardour2/branches/3.0@6120 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix_component.h')
-rw-r--r--gtk2_ardour/port_matrix_component.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/port_matrix_component.h b/gtk2_ardour/port_matrix_component.h
index cbef95344b..86cd0565ae 100644
--- a/gtk2_ardour/port_matrix_component.h
+++ b/gtk2_ardour/port_matrix_component.h
@@ -50,6 +50,7 @@ public:
virtual void mouseover_changed (std::list<PortMatrixNode> const &) = 0;
virtual void draw_extra (cairo_t *) = 0;
virtual void button_press (double, double, int, uint32_t) {}
+ virtual void button_release (double, double, int, uint32_t) {}
virtual void motion (double, double) {}
void set_show_ports (bool);