Now the bottom border is drawn again.

This commit is contained in:
Christoph Lohmann 2011-04-13 19:09:53 +02:00
parent f3ec05ff37
commit d4336c659c
1 changed files with 1 additions and 1 deletions

View File

@ -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)