From c0ab04b0e4b993a3534f96cb7ee3d743695d80a9 Mon Sep 17 00:00:00 2001 From: Tae-Hwan Kim Date: Mon, 8 Apr 2013 21:26:01 +0900 Subject: [PATCH] [Genlist] Do not unrealize group items, just hide it Change-Id: Id889700aee4a3fa85432395b2b20d9d21db80d1c --- src/lib/elm_genlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index 5eb903a..f1d6afe 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -2150,7 +2150,7 @@ _elm_genlist_pan_smart_calculate(Evas_Object *obj) #if GROUP_ITEMS_FEATURE git->item->want_realize = EINA_FALSE; #else - _item_unrealize(git, EINA_TRUE); + evas_object_hide(VIEW(git)); #endif } -- 2.7.4