test_genlist: set focus on popup's button
authorAmitesh Singh <amitesh.sh@samsung.com>
Fri, 16 Oct 2015 19:20:17 +0000 (00:50 +0530)
committerAmitesh Singh <amitesh.sh@samsung.com>
Fri, 16 Oct 2015 19:20:17 +0000 (00:50 +0530)
src/bin/test_genlist.c

index 3f686a1443250002d9a9aa2319916aaa918722aa..6f3f7a2c315886f5e42e04683fa9b039b1862af1 100644 (file)
@@ -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