From: Carsten Haitzler Date: Wed, 10 Oct 2012 11:06:00 +0000 (+0000) Subject: i have no idea now why i put this here, hmm yes it did disable item X-Git-Tag: submit/efl/20131021.015827~1661 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5eb9a501b3163b7abced39b545cf83051f66273;p=platform%2Fupstream%2Felementary.git i have no idea now why i put this here, hmm yes it did disable item cache - re-enable! :( SVN revision: 77750 --- diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index 9916c6b..15eb25e 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -1346,8 +1346,6 @@ _item_realize(Elm_Gen_Item *it, it->item->nocache_once = EINA_FALSE; else if (!it->item->nocache) itc = _item_cache_find(it); -/* XXX: so someone explain why this is here forcing items to NOT be realized - * if tree effect is disabled? this doesn't make sense. fix. if (itc && (!GL_IT(it)->wsd->tree_effect_enabled)) { VIEW(it) = itc->base_view; @@ -1355,7 +1353,7 @@ _item_realize(Elm_Gen_Item *it, it->spacer = itc->spacer; itc->spacer = NULL; } - else */ + else { const char *stacking_even; const char *stacking;