aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2015-10-28 07:50:14 +0100
committerThomas White <taw@bitwiz.org.uk>2015-10-28 07:50:14 +0100
commitaf3e3bbc80307aae36262772a76dd342a1c07bb8 (patch)
treeaefe3a88193475fa4f29acd4ff4b41e4de1f9048 /src/sc_editor.c
parentc6e5d582be0170b87fdee48aebf1f9673a52f6b2 (diff)
Need to do recursive_wrap() the first time
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 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);
}