From 3ca916d63a6c2d68884e93a230345d22dc49d036 Mon Sep 17 00:00:00 2001 From: malc Date: Sun, 10 Mar 2013 00:54:49 +0400 Subject: [PATCH] Shrug --- main.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ml b/main.ml index a63dfb5..3f0b11a 100644 --- a/main.ml +++ b/main.ml @@ -5811,7 +5811,7 @@ let viewmouse button down x y mask = match state.autoscroll with | Some step -> setautoscrollspeed step (n=4) | None -> - if conf.wheelbypage + if conf.wheelbypage || conf.presentation then ( if n = 4 then prevpage () -- 2.11.4.GIT