allow layer-blocked clients in deskmirror to restack

This commit is contained in:
Mike Blumenkrantz 2015-06-16 15:51:14 -04:00
parent d3a1a72b98
commit ad7b4ecc43
1 changed files with 0 additions and 2 deletions

View File

@ -566,8 +566,6 @@ _comp_object_stack(Mirror *m, Evas *e EINA_UNUSED, Evas_Object *obj, void *event
{
Evas_Object *comp_object;
if (m->ec && m->ec->layer_block) return; //ignore layer blockers
if (!m->mirror)
{
if (!_comp_object_check(m)) return;