From f5b7d443fef8d7ef766a96a654b82b79f74290bf Mon Sep 17 00:00:00 2001 From: malc Date: Fri, 19 Apr 2013 00:25:27 +0400 Subject: [PATCH] Fix text entry vertical positioning in LinkNav mode --- main.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.ml b/main.ml index da26386..b5835a5 100644 --- a/main.ml +++ b/main.ml @@ -2220,8 +2220,7 @@ let enttext () = let drawstring s = let hscrollh = match state.mode with - | Textentry _ - | View -> + | Textentry _ | View | LinkNav _ -> let h, _, _ = state.uioh#scrollpw in h | _ -> 0 -- 2.11.4.GIT