From c4cf3f9be41a10dcee7c81a62174c875f03fd878 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Sun, 31 Oct 2010 02:56:13 +0000 Subject: [PATCH] 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 --- src/bin/ephoto_flow_browser.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/ephoto_flow_browser.c b/src/bin/ephoto_flow_browser.c index 82ae73b..0d8eab2 100644 --- a/src/bin/ephoto_flow_browser.c +++ b/src/bin/ephoto_flow_browser.c @@ -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); }