listmgr: set flag after focusing to grid item 19/44719/1
authorJehun Lim <jehun.lim@samsung.com>
Mon, 27 Jul 2015 05:33:21 +0000 (14:33 +0900)
committerJehun Lim <jehun.lim@samsung.com>
Mon, 27 Jul 2015 05:36:31 +0000 (14:36 +0900)
Change-Id: I7979118cdf4b7e23d4526d35d7c3ed741e66566d
Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
src/util/listmgr.c

index 9ea9d6c..39e829f 100644 (file)
@@ -120,6 +120,7 @@ static void _mouse_move_cb(int id, void *data, Evas *e, Evas_Object *obj,
                if (!elm_object_item_focus_get(it)) {
                        lmgr->scr_focus = EINA_FALSE;
                        elm_object_item_focus_set(it, EINA_TRUE);
+                       lmgr->scr_focus = EINA_TRUE;
                }
 
                break;