don't attempt to change layer of override clients with parent set in x11

overrides will stack how they want, leave them alone
This commit is contained in:
Mike Blumenkrantz 2015-06-30 18:36:23 -04:00
parent 31d0fd0417
commit 668bb06dc0
1 changed files with 1 additions and 1 deletions

View File

@ -3468,7 +3468,7 @@ _e_comp_x_hook_client_fetch(void *d EINA_UNUSED, E_Client *ec)
ec_parent->transients = eina_list_append(ec_parent->transients, ec);
ec->parent = ec_parent;
}
if (ec->parent)
if (ec->parent && (!e_client_util_ignored_get(ec)))
{
evas_object_layer_set(ec->frame, ec->parent->layer);
if (ec->netwm.state.modal)