aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wrap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrap.c b/src/wrap.c
index e287522..f094672 100644
--- a/src/wrap.c
+++ b/src/wrap.c
@@ -982,6 +982,7 @@ static void knuth_suboptimal_fit(struct wrap_line *boxes, double line_length,
box->width = 0;
box->ascent = 0;
box->height = 0;
+ box->editable = 1;
boxes->n_boxes++;
line_length *= PANGO_SCALE;