From 05fa0c9cc8a5df00f70859095634b33ce6449e97 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 23 Oct 2015 15:30:27 +0100 Subject: Update height after re-wrapping from update_local() --- src/sc_editor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/sc_editor.c b/src/sc_editor.c index c498a69..9fcf457 100644 --- a/src/sc_editor.c +++ b/src/sc_editor.c @@ -745,6 +745,7 @@ static void update_local(SCEditor *e, struct frame *fr, int line, int bn) /* Wrap the paragraph again */ wrap_contents(fr); /* FIXME: Only the current paragraph */ + update_size(e); sc_editor_redraw(e); } -- cgit v1.2.3