From: Carsten Haitzler Date: Fri, 4 Sep 2009 03:55:08 +0000 (+0000) Subject: fix genlist item show! X-Git-Tag: v1.0.0~5282 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b40611e1c5aa982f3ce6754052939cecbc4ebfe0;p=platform%2Fupstream%2Felementary.git fix genlist item show! SVN revision: 42233 --- diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index fb49794..979b353 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -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;