ensure client rescale picks up current geometry

in some cases this would restore the wrong geometry and windows could become oddly
sized
This commit is contained in:
Mike Blumenkrantz 2017-08-18 15:52:52 -04:00
parent 91dc28967a
commit 6fa35c353d
1 changed files with 1 additions and 0 deletions

View File

@ -1828,6 +1828,7 @@ e_comp_clients_rescale(void)
EINA_LIST_FREE(tmp, ec)
{
ec->pre_res_change.valid = 0;
e_client_res_change_geometry_save(ec);
e_client_res_change_geometry_restore(ec);
}