test_genlist: set focus on popup's button

This commit is contained in:
Amitesh Singh 2015-10-17 00:50:17 +05:30
parent a77b922e28
commit 56951adbfb
1 changed files with 1 additions and 0 deletions

View 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