elementary/elm_pager : When new content is pushed, clearing focus in

old content is enough.


SVN revision: 63654
This commit is contained in:
WooHyun Jung 2011-09-29 06:31:40 +00:00
parent 367017a322
commit 15a8415fa8
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ _eval_top(Evas_Object *obj)
if (wd->oldtop)
{
if (elm_object_focus_get(wd->oldtop->content))
elm_object_focus_set(wd->top->content, EINA_TRUE);
elm_widget_focused_object_clear(wd->oldtop->content);
if (wd->oldtop->popme)
edje_object_signal_emit(o, "elm,action,show", "elm");
else