aboutsummaryrefslogtreecommitdiff
path: root/src/shape.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shape.c')
-rw-r--r--src/shape.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shape.c b/src/shape.c
index f483510..24848e5 100644
--- a/src/shape.c
+++ b/src/shape.c
@@ -94,6 +94,7 @@ static void add_wrap_box(gpointer vi, gpointer vb)
box->editable = bas->editable;
box->ascent = sc_interp_get_ascent(bas->scin);
box->height = sc_interp_get_height(bas->scin);
+ box->cf = NULL;
/* Link to the actual text */
tp = sc_block_contents(bas->bl);