Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-04-24 21:26:58 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-04-24 21:26:58 (GMT)
commit7ef9d5ee0ab5a82b7abeb49346aea722fa575abe (patch)
tree96fefde61e23cf91b32ca3672b7c28e25a08a51c /shell
parent16a2c17ee1a0bb5659007a49b4d8e14b71fc415f (diff)
Scroll up increase zoom
Diffstat (limited to 'shell')
-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);