From 9a7f4d653e82f42836eb249c6db5925d712910b8 Mon Sep 17 00:00:00 2001 From: xwt Date: Fri, 30 Jan 2004 07:40:32 +0000 Subject: [PATCH] 2003/10/29 03:24:00 darcs-hash:20040130074032-3ac31-b743ea3939e4c70ae70e4ae165aba382d6482ce8.gz --- src/org/xwt/Box.java.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/xwt/Box.java.pp b/src/org/xwt/Box.java.pp index 7cae9dd..72509f3 100644 --- a/src/org/xwt/Box.java.pp +++ b/src/org/xwt/Box.java.pp @@ -512,7 +512,7 @@ public final class Box extends JS.Scope { if (g != null) { int top = y + g.max_ascent - g.baseline + g.max_descent; if (g.p != null) - buf.drawPictureAlphaOnly(g.p, x, top, + buf.drawPictureAlphaOnly(g.p, x, top + 4, clipx, clipy, clipx + clipw, clipy + cliph, textcolor); x += g.advance; } else { -- 1.7.10.4