do not rescale override x11 clients during hint fetching

This commit is contained in:
Mike Blumenkrantz 2017-08-25 14:47:04 -04:00
parent ec047b1a98
commit 57176bf29d
1 changed files with 1 additions and 1 deletions

View File

@ -3857,7 +3857,7 @@ _e_comp_x_hook_client_fetch(void *d EINA_UNUSED, E_Client *ec)
ec->placed = 1;
}
}
if (ec->placed && (!e_client_util_resizing_get(ec)))
if (ec->placed && (!e_client_util_resizing_get(ec)) && (!ec->override))
{
e_client_res_change_geometry_save(ec);
e_client_res_change_geometry_restore(ec);