mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
Fix erroneous parameter passed to Editor::motion_handler. Makes autoscroll work again in various drags.
git-svn-id: svn://localhost/ardour2/branches/3.0@5618 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
25cec845c5
commit
4b5426edde
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ Editor::canvas_stream_view_event (GdkEvent *event, ArdourCanvas::Item* item, Rou
|
|||
break;
|
||||
|
||||
case GDK_MOTION_NOTIFY:
|
||||
ret = motion_handler (item, event, StreamItem);
|
||||
ret = motion_handler (item, event);
|
||||
break;
|
||||
|
||||
case GDK_ENTER_NOTIFY:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue