stack time gadget popups on POPUP layer

This commit is contained in:
Mike Blumenkrantz 2016-03-07 11:34:17 -05:00
parent c139796082
commit 9589ec7d54
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}