1
0

fixed vlist alignment

This commit is contained in:
Connor Lane Smith 2010-05-05 11:42:39 +01:00
parent 6b1eaca6f4
commit f39a3226bd

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