discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=9589ec7d5420645cf6a32df92d35d2015a6aea53

commit 9589ec7d5420645cf6a32df92d35d2015a6aea53
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Mar 7 11:34:17 2016 -0500

    stack time gadget popups on POPUP layer
---
 src/modules/time/clock.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/time/clock.c b/src/modules/time/clock.c
index 1952413..5d2a7a3 100644
--- a/src/modules/time/clock.c
+++ b/src/modules/time/clock.c
@@ -241,6 +241,7 @@ clock_popup_new(Instance *inst)
 
    elm_object_content_set(inst->popup, inst->o_table);
    e_gadget_util_ctxpopup_place(inst->o_clock, inst->popup, NULL);
+   evas_object_layer_set(inst->popup, E_LAYER_POPUP);
    evas_object_show(inst->popup);
 }
 

-- 


Reply via email to