commit d4336c659c3ba6639fd8737a5baa423eeadca2c4
parent f3ec05ff3771b2fda6c59a350f1f1dbff3401a56
Author: Christoph Lohmann <20h@r-36.net>
Date: Wed, 13 Apr 2011 19:09:53 +0200
Now the bottom border is drawn again.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/svkbd.c b/svkbd.c
@@ -462,7 +462,7 @@ updatekeys() {
keys[i].x = x;
keys[i].y = y;
keys[i].w = keys[i].width * (ww - 1) / base;
- keys[i].h = r == 1 ? wh - y : h;
+ keys[i].h = r == 1 ? wh - y - 1 : h;
x += keys[i].w;
}
if(base != 0)