From 87a8bdbc1908a70a52db55e7f9e63cf82026a0a2 Mon Sep 17 00:00:00 2001 From: SangHyeon Lee Date: Tue, 3 Jan 2017 19:03:08 +0900 Subject: [PATCH] genlist: enable disabled content when content reused Change-Id: I6696419a65918a5486165bc0d25ba01eec97e346 (cherry picked from commit 6c0833a341216d26cf410560c9fc8dc70f1a2aba) --- src/mobile_lib/elm_genlist.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mobile_lib/elm_genlist.c b/src/mobile_lib/elm_genlist.c index 8a0f6f0..552dfc1 100644 --- a/src/mobile_lib/elm_genlist.c +++ b/src/mobile_lib/elm_genlist.c @@ -1328,6 +1328,9 @@ _item_unrealize(Elm_Gen_Item *it, elm_object_focus_set(content, EINA_FALSE); GL_IT(it)->wsd->focused_content = NULL; } + if (elm_widget_disabled_get(content)) + elm_widget_disabled_set(content, EINA_FALSE); + cache = eina_list_append(cache, content); } else -- 2.7.4