aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d77525c..845275e 100644
--- a/src/sc_editor.c
+++ b/src/sc_editor.c
@@ -103,6 +103,7 @@ static gboolean resize_sig(GtkWidget *widget, GdkEventConfigure *event,
e->top = interp_and_shape(e->scblocks, e->stylesheets, e->cbl,
e->is, ISZ_EDITOR, 0, cr,
event->width, 0.0);
+ recursive_wrap(e->top, e->is, ISZ_EDITOR);
cairo_destroy(cr);
}