summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2014-03-23 00:42:59 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2014-03-23 00:42:59 +0900
commitf951572644295cc72d8176860fa5f1f02eed97de (patch)
treebf20eee025f8f2b205201f76cb85346b8e7f9098
parentb719ad2ae75641846eaadb07e0f1689e8654ede5 (diff)
downloadelementary-f951572644295cc72d8176860fa5f1f02eed97de.tar.gz
focus: Set the focus target as NULL on focus highlight init.
Only elementary object can be a candidate for elementary focus.
-rw-r--r--src/lib/elm_win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c
index ff4d8dfd5..4de712984 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;