unblock client lowering

T770
This commit is contained in:
Mike Blumenkrantz 2014-01-14 22:39:30 -05:00
parent 7ffc096341
commit 9c65093cb4
1 changed files with 0 additions and 1 deletions

View File

@ -1093,7 +1093,6 @@ _e_comp_intercept_lower(void *data, Evas_Object *obj)
_e_comp_object_layers_add(cw, NULL, NULL, 1);
if (evas_object_layer_get(o) != evas_object_layer_get(obj)) return; //already at bottom!
if (obj == cw->comp->layers[cw->layer].obj) return; //never lower a layer marker!
if (o == evas_object_below_get(obj)) return;
evas_object_lower(obj);
e_comp_shape_queue(cw->comp);
}