discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=ab56bc466299752140076e0e074f47ae4ced30b1
commit ab56bc466299752140076e0e074f47ae4ced30b1 Author: Mike Blumenkrantz <[email protected]> Date: Wed Sep 28 10:41:21 2016 -0400 remove (wrong) setting of layer for time's clock gadget popup e_gadget_util_ctxpopup_place() already handles this correctly --- src/modules/time/clock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/time/clock.c b/src/modules/time/clock.c index b97fa1c..83772ab 100644 --- a/src/modules/time/clock.c +++ b/src/modules/time/clock.c @@ -241,7 +241,6 @@ 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); } --
