From: xwt Date: Fri, 30 Jan 2004 07:40:32 +0000 (+0000) Subject: 2003/10/29 03:24:00 X-Git-Tag: RC3~400 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9a7f4d653e82f42836eb249c6db5925d712910b8;p=org.ibex.core.git 2003/10/29 03:24:00 darcs-hash:20040130074032-3ac31-b743ea3939e4c70ae70e4ae165aba382d6482ce8.gz --- 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 {