This commit is contained in:
Mike Blumenkrantz 2014-06-02 09:28:06 -04:00
parent ba73016595
commit d412ed9da6
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ e_gadcon_popup_new(E_Gadcon_Client *gcc, Eina_Bool noshadow)
pop->comp_object = e_comp_object_util_add(o, noshadow ? E_COMP_OBJECT_TYPE_NONE : E_COMP_OBJECT_TYPE_POPUP);
if (e_comp_get(gcc)->nocomp)
evas_object_layer_set(inst->popup->comp_object, E_LAYER_CLIENT_NORMAL);
evas_object_layer_set(pop->comp_object, E_LAYER_CLIENT_NORMAL);
else
evas_object_layer_set(pop->comp_object, E_LAYER_POPUP);