Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-view.c')
-rw-r--r--shell/ev-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-view.c b/shell/ev-view.c
index ef7d299..98374db 100644
--- a/shell/ev-view.c
+++ b/shell/ev-view.c
@@ -662,7 +662,7 @@ ev_view_scroll_event (GtkWidget *widget, GdkEventScroll *event)
ev_view_set_sizing_mode (view, EV_SIZING_FREE);
- if ((event->direction == GDK_SCROLL_DOWN ||
+ if ((event->direction == GDK_SCROLL_UP ||
event->direction == GDK_SCROLL_LEFT) &&
ev_view_can_zoom_in (view)) {
ev_view_zoom_in (view);