From 56951adbfbc5b256123b027adca0ad3cb82033c4 Mon Sep 17 00:00:00 2001 From: Amitesh Singh Date: Sat, 17 Oct 2015 00:50:17 +0530 Subject: [PATCH] test_genlist: set focus on popup's button --- legacy/elementary/src/bin/test_genlist.c | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/elementary/src/bin/test_genlist.c b/legacy/elementary/src/bin/test_genlist.c index 3f686a1443..6f3f7a2c31 100644 --- a/legacy/elementary/src/bin/test_genlist.c +++ b/legacy/elementary/src/bin/test_genlist.c @@ -4205,6 +4205,7 @@ _gl_focus_sel_popup_create(Evas_Object *parent) // popup show should be called after adding all the contents and the buttons // of popup to set the focus into popup's contents correctly. evas_object_show(popup); + elm_object_focus_set(btn, EINA_TRUE); } static void