From b1d8e18bc74b72aab1781b6a2a8bcb2be1efe466 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Thu, 6 Jan 2011 08:58:28 +0000 Subject: [PATCH] From: Daniel Juyung Seo 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index 658572a..582196a 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -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); } -- 2.7.4