GNOME Bugzilla – Bug 335689
Middle mouse drag should also scroll
Last modified: 2006-07-13 17:24:22 UTC
Dragging an image with the middle mouse button should also scroll the viewport. At the moment only the left mouse button works. Evince and other applications also use the middle button for scrolling the viewport.
Created attachment 61849 [details] [review] Proposed fix Adds middle-click scrolling to EOG.
Is it okay to commit this patch? It works pretty well.
Applied in HEAD and eog-ng branches. Thanks! 2006-07-13 Lucas Rocha <lucasr@gnome.org> * libeog/eog-scroll-view.c (eog_scroll_view_button_press_event, eog_scroll_view_button_release_event): use middle mouse drag to scroll image (Fixes bug #335689). Patch from Wouter Bolsterlee <uws+gnome@xs4all.nl>.