always force focus to parent.

viewer object (child) may have the focus and it would die, then there
is no focused object anymore (we should have a way to revert focus to
parent when children die).



SVN revision: 54058
This commit is contained in:
Gustavo Sverzut Barbieri 2010-10-31 02:56:13 +00:00
parent 89aa7a1991
commit c4cf3f9be4
1 changed files with 2 additions and 0 deletions

View File

@ -527,6 +527,8 @@ _ephoto_flow_browser_recalc(Ephoto_Flow_Browser *fb)
_orient_apply(fb);
}
elm_object_focus(fb->layout);
_ephoto_flow_browser_toolbar_eval(fb);
}