13
0

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:
Carl Hetherington 2009-09-02 22:02:34 +00:00
parent 25cec845c5
commit 4b5426edde

View File

@ -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: