diff options
author | Thomas White <taw@bitwiz.org.uk> | 2015-10-28 07:50:14 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2015-10-28 07:50:14 +0100 |
commit | af3e3bbc80307aae36262772a76dd342a1c07bb8 (patch) | |
tree | aefe3a88193475fa4f29acd4ff4b41e4de1f9048 /src/sc_editor.c | |
parent | c6e5d582be0170b87fdee48aebf1f9673a52f6b2 (diff) |
Need to do recursive_wrap() the first time
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 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); } |