aboutsummaryrefslogtreecommitdiff
path: root/src/render.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/render.c')
-rw-r--r--src/render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render.c b/src/render.c
index ae8094a..a605ad2 100644
--- a/src/render.c
+++ b/src/render.c
@@ -201,7 +201,7 @@ static void render_boxes(struct wrap_line *line, cairo_t *cr, ImageStore *is,
box = &line->boxes[j];
cairo_translate(cr, x_pos, 0.0);
- //draw_outline(cr, box);
+ draw_outline(cr, box);
switch ( line->boxes[j].type ) {