hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=f7bb26e9b17d4ce3e255474c19919d063e09de27

commit f7bb26e9b17d4ce3e255474c19919d063e09de27
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Tue Jun 23 10:28:25 2015 +0900

    live_edit: fix focus highlight floating issue.
    
    After selecting a live view edit item,
    the item focus highlighting is remained there.
    Now it's fixed by moving the focus to live view.
---
 src/bin/live_edit.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/live_edit.c b/src/bin/live_edit.c
index 08246ba..67cf19a 100644
--- a/src/bin/live_edit.c
+++ b/src/bin/live_edit.c
@@ -874,6 +874,7 @@ ctxpopup_dismissed_cb(void *data, Evas_Object *obj,
 {
    live_data *ld = data;
    if (!ld->layout) live_edit_cancel();
+   evas_object_focus_set(ld->live_view, EINA_TRUE);
    evas_object_del(obj);
    ld->ctxpopup = NULL;
 }

-- 


Reply via email to