aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index c1a9eaa..d3b25f6 100644
--- a/main.c
+++ b/main.c
@@ -102,7 +102,7 @@ gboolean scroll_callback(GtkWindow *window, GdkEvent *event, gpointer data)
break;
case GDK_SCROLL_DOWN:
if (state & GDK_CONTROL_MASK) {
- zoom(1);
+ zoom(-1);
curr_scale_mod = zoomed;
} else {
prev();