i have no idea now why i put this here, hmm yes it did disable item
authorCarsten Haitzler <raster@rasterman.com>
Wed, 10 Oct 2012 11:06:00 +0000 (11:06 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Wed, 10 Oct 2012 11:06:00 +0000 (11:06 +0000)
cache - re-enable! :(

SVN revision: 77750

src/lib/elm_genlist.c

index 9916c6b..15eb25e 100644 (file)
@@ -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;