elementary/naviframe - guarantee that new pushed item to be the top layer in a naviframe.

SVN revision: 84276
This commit is contained in:
ChunEon Park 2013-02-21 08:40:09 +00:00
parent 97c6cc2d81
commit ee1daa1eec
1 changed files with 1 additions and 0 deletions

View File

@ -1423,6 +1423,7 @@ _item_push(Eo *obj, void *_pd, va_list *list)
}
sd->stack = eina_inlist_append(sd->stack, EINA_INLIST_GET(it));
evas_object_raise(VIEW(it));
/* access */
if (_elm_config->access_mode) _access_focus_set(it);