From 1b078c23175db54397bc01f26f2456b729db9c4b Mon Sep 17 00:00:00 2001 From: forsyth Date: Thu, 25 Mar 2010 18:25:10 +0000 Subject: 20100325-1824 --- libtk/utils.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libtk/utils.c') diff --git a/libtk/utils.c b/libtk/utils.c index 52b7181d..5e7030d3 100644 --- a/libtk/utils.c +++ b/libtk/utils.c @@ -929,7 +929,6 @@ tkulall(Image *i, Point o, Image *col, Font *f, char *text) r.max = addpt(r.max, o); r.min.x = o.x; r.min.y = r.max.y - 1; - r.max.y += 1; draw(i, r, col, nil, ZP); } @@ -948,7 +947,7 @@ tkul(Image *i, Point o, Image *col, int ul, Font *f, char *text) *v = c; r.min.x = r.max.x - r.min.x; r.min.y = r.max.y - 1; - r.max.y += 2; + r.max.y++; draw(i, r, col, nil, ZP); } -- cgit v1.2.3