fixed vlist alignment

This commit is contained in:
Connor Lane Smith 2010-05-05 11:42:39 +01:00
parent a6835349df
commit 5bc288b2b1
1 changed files with 1 additions and 2 deletions

View File

@ -255,8 +255,7 @@ void
drawmenuv(void) {
Item *i;
dc.x = 0;
dc.w = mw;
dc.w = mw - dc.x;
dc.y += dc.font.height + 2;
for(i = curr; i != next; i=i->right) {
drawtext(i->text, (sel == i) ? dc.sel : dc.norm);