Force focus to scroller in flow mode.

The back action can be did with keybindings.

SVN revision: 53737
This commit is contained in:
Tiago Rezende Campos Falcao 2010-10-21 19:21:15 +00:00
parent 99aa09f9db
commit 801c22f21c
1 changed files with 1 additions and 0 deletions

View File

@ -771,6 +771,7 @@ ephoto_flow_browser_add(Ephoto *ephoto, Evas_Object *parent)
}
fb->orient_edje = elm_layout_edje_get(fb->orient_layout);
elm_layout_content_set(fb->layout, "elm.swallow.content", fb->orient_layout);
elm_object_focus_custom_chain_append(fb->layout, fb->orient_layout, NULL);
_ephoto_flow_browser_toolbar_eval(fb);