mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
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:
parent
0f313672f5
commit
b7cfd2849e
3 changed files with 36 additions and 26 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue