notify_test: When elm_notify is shown, set focus to it.

This commit is contained in:
WooHyun Jung 2014-04-29 15:39:41 +09:00
parent 0491d581c0
commit d0fc678c1a
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ _bt(void *data, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED)
{
Evas_Object *notify = data;
evas_object_show(notify);
elm_object_focus_set(notify, EINA_TRUE);
}
static void