elementary/elm_widget : When adding a sub-object, top_win_focused flag

of parent object should be set for all sub-objects in the tree.   


SVN revision: 69523
This commit is contained in:
WooHyun Jung 2012-03-20 08:42:23 +00:00
parent 2d181b7c96
commit d1840b22a8
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}