From be32a28c3d2f3f86edc42e98bcdcddc05fcbb227 Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Wed, 20 Feb 2013 02:30:04 +0000 Subject: [PATCH] [ctxpopup] proper restacking, previous restack callback makes the bg be top of the ctxpopup. SVN revision: 84245 --- src/lib/elc_ctxpopup.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/elc_ctxpopup.c b/src/lib/elc_ctxpopup.c index 5b2a934..278c03c 100644 --- a/src/lib/elc_ctxpopup.c +++ b/src/lib/elc_ctxpopup.c @@ -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 -- 2.7.4