[Genlist] Support entry to be calculated eventhough it is outside of
authorTae-Hwan Kim <the81.kim@samsung.com>
Wed, 8 May 2013 13:22:59 +0000 (22:22 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 04:55:40 +0000 (13:55 +0900)
viewport.

Change-Id: I804f18ff4f669615305f89ba9566f574d8feb268

src/lib/elm_genlist.c

index 545a565..8898c04 100644 (file)
@@ -1981,7 +1981,12 @@ _item_block_position(Item_Block *itb,
 
         if ((ELM_RECTS_INTERSECT
              (it->item->scrl_x, it->item->scrl_y, it->item->w, it->item->h,
-              cvx, cvy, cvw, cvh)))
+              cvx, cvy, cvw, cvh))
+#if GENLIST_ENTRY_SUPPORT
+            || it->item->unrealize_disabled
+#endif
+            )
+
           {
              if (itb->realized && !(it->realized))
                 _item_realize(it, in, EINA_FALSE);