From 57bf86afcbb72725098eab6cdb4d7a54fa6842d4 Mon Sep 17 00:00:00 2001 From: malc Date: Fri, 2 Mar 2012 23:57:12 +0400 Subject: [PATCH] Fix subtle bug that affects outlining --- main.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.ml b/main.ml index 75801c9..7355732 100644 --- a/main.ml +++ b/main.ml @@ -6458,10 +6458,9 @@ let () = state.sr <- sr; state.sw <- sw; state.text <- "Opening " ^ state.path; + reshape winw winh; opendoc state.path state.password; state.uioh <- uioh; - setfontsize fstate.fontsize; - reshape winw winh; let rec loop deadline = let r = -- 2.11.4.GIT