genlist: move edje to unshown position when it cached
authorSangHyeon Lee <sh10233.lee@samsung.com>
Fri, 23 Dec 2016 07:06:54 +0000 (16:06 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 2 Jan 2017 05:37:11 +0000 (14:37 +0900)
Change-Id: I5417203091e6c65c40b3472e825e7564dd875cad

src/mobile_lib/elm_genlist.c

index 8e1ae80038299bc82cdc62f4ebc5ec617ca44b31..9ba5972a2162a80691fdd14f277efd13f8d7897b 100644 (file)
@@ -427,6 +427,7 @@ _item_cache_push(Elm_Gen_Item *it, Eina_List *contents)
    ic->item_class = it->itc;
    ic->contents = contents;
    evas_object_hide(ic->base_view);
+   evas_object_move(ic->base_view, -9999, -9999);
 
    sd->item_cache = eina_inlist_prepend(sd->item_cache, EINA_INLIST_GET(ic));
    sd->item_cache_count++;