billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=802ed4b2ebb5949dff00ac17021cce39e7dfb2bd

commit 802ed4b2ebb5949dff00ac17021cce39e7dfb2bd
Author: Boris Faure <bill...@gmail.com>
Date:   Mon Feb 12 22:09:34 2018 +0100

    win: removes that blue focus animation
---
 src/bin/win.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/win.c b/src/bin/win.c
index b65ffbf..ba91980 100644
--- a/src/bin/win.c
+++ b/src/bin/win.c
@@ -1674,8 +1674,6 @@ win_new(const char *name, const char *role, const char 
*title,
    elm_object_content_set(wn->conform, o);
    evas_object_show(o);
 
-   elm_object_focus_allow_set(wn->conform, EINA_TRUE);
-   elm_object_tree_focus_allow_set(wn->win, EINA_TRUE);
    evas_object_show(wn->win);
    elm_object_focus_set(wn->conform, EINA_TRUE);
 

-- 


Reply via email to