fix genlist item show!

SVN revision: 42233
This commit is contained in:
Carsten Haitzler 2009-09-04 03:55:08 +00:00
parent 59fc4b1be8
commit e173cf51a2
1 changed files with 1 additions and 1 deletions

View File

@ -756,7 +756,7 @@ _item_block_recalc(Item_Block *itb, int in)
in++;
it->x = 0;
it->y = y;
y += it->minw;
y += it->h;
}
itb->minw = minw;
itb->minh = minh;