seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=f951572644295cc72d8176860fa5f1f02eed97de

commit f951572644295cc72d8176860fa5f1f02eed97de
Author: Daniel Juyung Seo <[email protected]>
Date:   Sun Mar 23 00:42:59 2014 +0900

    focus: Set the focus target as NULL on focus highlight init.
    
    Only elementary object can be a candidate for elementary focus.
---
 src/lib/elm_win.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c
index ff4d8df..4de7129 100644
--- a/src/lib/elm_win.c
+++ b/src/lib/elm_win.c
@@ -2234,7 +2234,7 @@ _elm_win_focus_highlight_init(Elm_Win_Smart_Data *sd)
                            EVAS_CALLBACK_CANVAS_OBJECT_FOCUS_OUT,
                            _elm_win_object_focus_out, sd->obj);
 
-   sd->focus_highlight.cur.target = evas_focus_get(sd->evas);
+   sd->focus_highlight.cur.target = NULL;
    sd->focus_highlight.fobj = edje_object_add(sd->evas);
    sd->focus_highlight.theme_changed = EINA_TRUE;
 

-- 


Reply via email to