summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmitesh Singh <amitesh.sh@samsung.com>2015-10-17 00:50:17 +0530
committerAmitesh Singh <amitesh.sh@samsung.com>2015-10-17 00:50:17 +0530
commit6e0e10148ab28e079f4281495e278af92df886b7 (patch)
tree1046a269c5d763a85c0e6858cda9305d2a5d5194
parentacb4ef09ac10d07e2e5d133ff8811e3ad6200a99 (diff)
downloadelementary-6e0e10148ab28e079f4281495e278af92df886b7.tar.gz
test_genlist: set focus on popup's button
-rw-r--r--src/bin/test_genlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/test_genlist.c b/src/bin/test_genlist.c
index 3f686a144..6f3f7a2c3 100644
--- a/src/bin/test_genlist.c
+++ b/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