rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=1994d07bb3994c798ea4ae50f48c1d704b18714c
commit 1994d07bb3994c798ea4ae50f48c1d704b18714c Author: Vitalii Vorobiov <[email protected]> Date: Mon Jun 13 17:33:43 2016 +0300 live_entry: show entry scroller in demo when entry-single style is opened Fixes T3839 --- src/bin/ui/live_view/elementary/live_entry.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/ui/live_view/elementary/live_entry.c b/src/bin/ui/live_view/elementary/live_entry.c index 91d6f91..9a2ef16 100644 --- a/src/bin/ui/live_view/elementary/live_entry.c +++ b/src/bin/ui/live_view/elementary/live_entry.c @@ -70,6 +70,7 @@ widget_entry_create(Evas_Object *parent, const Group *group) elm_object_style_set(object, group->style); _entry_set_params(object, group->class); + elm_entry_scrollable_set(object, true); elm_object_text_set(object, "This is an entry widget in this window that " "uses markup <b>like this</> for styling and " --
