fix genlist item show!
authorCarsten Haitzler <raster@rasterman.com>
Fri, 4 Sep 2009 03:55:08 +0000 (03:55 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Fri, 4 Sep 2009 03:55:08 +0000 (03:55 +0000)
SVN revision: 42233

src/lib/elm_genlist.c

index fb49794..979b353 100644 (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;