From 598781279f0cf1da890b032981055b5d54b7be60 Mon Sep 17 00:00:00 2001 From: WooHyun Jung Date: Tue, 20 Mar 2012 17:53:59 +0900 Subject: [PATCH] [elm_widget] Merge with 69523 for fixing focus problem in Phone application --- src/lib/elm_widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_widget.c b/src/lib/elm_widget.c index 0e9a083..a05efd9 100644 --- a/src/lib/elm_widget.c +++ b/src/lib/elm_widget.c @@ -951,7 +951,7 @@ elm_widget_sub_object_add(Evas_Object *obj, if (sd2->parent_obj) elm_widget_sub_object_del(sd2->parent_obj, sobj); sd2->parent_obj = obj; - sd2->top_win_focused = sd->top_win_focused; + _elm_widget_top_win_focused_set(sobj, sd->top_win_focused); if (!sd->child_can_focus && (_is_focusable(sobj))) sd->child_can_focus = EINA_TRUE; } -- 2.7.4