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
This commit is contained in:
Carl Hetherington 2009-11-18 14:53:55 +00:00
parent 0f313672f5
commit b7cfd2849e
3 changed files with 36 additions and 26 deletions

View file

@ -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);