elm_genlist: unfocused content object when item is unrealized.
authorHosang Kim <hosang12.kim@samsung.com>
Wed, 7 Dec 2016 09:15:22 +0000 (18:15 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 2 Jan 2017 05:37:05 +0000 (14:37 +0900)
Signed-off-by: Hosang Kim <hosang12.kim@samsung.com>
Change-Id: I0e2bb313088224c08b38cc5b65ee7994b13a702f

src/mobile_lib/elm_genlist.c

index 2ba130a..bb93479 100644 (file)
@@ -1315,6 +1315,7 @@ _item_unrealize(Elm_Gen_Item *it,
           {
              if (GL_IT(it)->wsd->focused_content == content)
                GL_IT(it)->wsd->focused_content = NULL;
+             elm_object_focus_set(content, EINA_FALSE);
              evas_object_del(content);
           }
      }