diff options
author | Thomas White <taw@bitwiz.org.uk> | 2015-10-23 15:30:27 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2015-10-23 15:30:27 +0100 |
commit | 05fa0c9cc8a5df00f70859095634b33ce6449e97 (patch) | |
tree | 32f3d292f7f7d59582906fddeae0280af2c7f0c0 /src/sc_editor.c | |
parent | 0c97dcc9968391ef824af8f99981580af3e8224a (diff) |
Update height after re-wrapping from update_local()
Diffstat (limited to 'src/sc_editor.c')
-rw-r--r-- | src/sc_editor.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |