From c1d739027b360215b45f34422ca0368e0dfa5dcb Mon Sep 17 00:00:00 2001 From: malc Date: Sat, 23 Feb 2013 04:23:04 +0400 Subject: [PATCH] Consistency --- main.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.ml b/main.ml index 84c2804..fab4165 100644 --- a/main.ml +++ b/main.ml @@ -5822,7 +5822,8 @@ let viewmouse button down x y mask = | 1 when Wsi.withshift mask -> state.mstate <- Mnone; - if not down then ( + if not down + then ( match unproject x y with | Some (pageno, ux, uy) -> let cmd = Printf.sprintf -- 2.11.4.GIT