From: Daniel Juyung Seo <juyung.seo@samsung.com>

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
This commit is contained in:
Daniel Juyung Seo 2011-01-06 08:58:28 +00:00 committed by Carsten Haitzler
parent 992df3a3ec
commit 2f8ac1c9b3
1 changed files with 1 additions and 1 deletions

View 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);
}