From fd542be1c9c111fe919d327294ec7ff036411a73 Mon Sep 17 00:00:00 2001 From: malc Date: Tue, 9 Oct 2012 17:43:02 +0400 Subject: [PATCH] Exit from bird's eye properly --- main.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ml b/main.ml index d8b2589..47f5a02 100644 --- a/main.ml +++ b/main.ml @@ -2619,7 +2619,7 @@ let leavebirdseye (c, leftx, pageno, _, anchor) goback = (100.0*.conf.zoom) ; reshape conf.winw conf.winh; - state.anchor <- if goback then anchor else (pageno, 0.0, 0.0); + state.anchor <- if goback then anchor else (pageno, 0.0, 1.0); ;; let togglebirdseye () = -- 2.11.4.GIT