do not update bryce layer when restacking to a higher layer than CLIENT_ABOVE

This commit is contained in:
Mike Blumenkrantz 2016-09-20 12:44:50 -04:00
parent f700a57baf
commit 509443af55
1 changed files with 1 additions and 0 deletions

View File

@ -361,6 +361,7 @@ _bryce_restack(void *data, Evas *e EINA_UNUSED, Evas_Object *obj, void *event_in
E_Layer layer;
layer = evas_object_layer_get(obj);
if (layer > DEFAULT_LAYER) return;
b->layer = layer;
if ((!b->noshadow) && (layer != b->layer))
e_comp_object_util_type_set(b->bryce, _bryce_shadow_type(b));