elm_genlist: unfocused content object when item is unrealized. 23/103123/2
authorHosang Kim <hosang12.kim@samsung.com>
Wed, 7 Dec 2016 09:15:22 +0000 (18:15 +0900)
committerHosang Kim <hosang12.kim@samsung.com>
Thu, 8 Dec 2016 09:47:13 +0000 (18:47 +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);
           }
      }