aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sc_editor.c')
-rw-r--r--src/sc_editor.c1
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);
}