From: Daniel Juyung Seo <juyung.seo@samsung.com>
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Thu, 6 Jan 2011 08:58:28 +0000 (08:58 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Thu, 6 Jan 2011 08:58:28 +0000 (08:58 +0000)
Subject: RE: [E-devel] [Patch] Group index support

I added a small patch for Genlist Group.
I missed one. Thanks Govi!
Can you review this and apply it to upstream?

SVN revision: 55929

src/lib/elm_genlist.c

index 658572a7bcc7fe7d22cc82085d44c8e7450481e5..582196a5cfdf4204860db56feb67dc7332a1eeda 100644 (file)
@@ -3769,7 +3769,7 @@ elm_genlist_item_show(Elm_Genlist_Item *it)
       gith = it->group_item->h;
    elm_smart_scroller_child_region_show(it->wd->scr,
                                         it->x + it->block->x,
-                                        it->y + it->block->y,
+                                        it->y + it->block->y - gith,
                                         it->block->w, it->h);
 }