[ctxpopup] proper restacking, previous restack callback makes the bg be top of the ctxpopup.

SVN revision: 84245
This commit is contained in:
Shinwoo Kim 2013-02-20 02:30:04 +00:00
parent 1cc1651f6c
commit bf0ff25e5d
1 changed files with 1 additions and 2 deletions

View File

@ -986,8 +986,7 @@ _ctxpopup_restack_cb(void *data __UNUSED__,
void *event_info __UNUSED__)
{
ELM_CTXPOPUP_DATA_GET(obj, sd);
evas_object_layer_set(sd->bg, evas_object_layer_get(obj));
evas_object_stack_below(sd->bg, obj);
}
static void