From: SangHyeon Lee Date: Tue, 3 Jan 2017 10:03:08 +0000 (+0900) Subject: genlist: enable disabled content when content reused X-Git-Tag: accepted/tizen/common/20170110.154939~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F43%2F108443%2F2;p=platform%2Fupstream%2Felementary.git genlist: enable disabled content when content reused Change-Id: I6696419a65918a5486165bc0d25ba01eec97e346 (cherry picked from commit 6c0833a341216d26cf410560c9fc8dc70f1a2aba) --- 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