aboutsummaryrefslogtreecommitdiff
path: root/src/wrap.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-08-25 16:32:37 +0200
committerThomas White <taw@bitwiz.org.uk>2013-08-25 16:32:37 +0200
commit21c2072f7547df92512baddceb476526e50df36a (patch)
tree0aa5574be0b10bcdff74aa7ea4543357f2127717 /src/wrap.c
parent9c69e2d57a77e2a8c0cb1b0e1c2953abae8524fa (diff)
Sentinel should be "editable"
Diffstat (limited to 'src/wrap.c')
-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;