do not unconditionally update position+size when changing wl client csd geometry

this breaks...everything
This commit is contained in:
Mike Blumenkrantz 2016-04-06 16:40:42 -04:00
parent e9bca1abaa
commit 14721bc116
1 changed files with 1 additions and 1 deletions

View File

@ -3109,7 +3109,7 @@ e_comp_object_frame_geometry_set(Evas_Object *obj, int l, int r, int t, int b)
}
if (!cw->ec->new_client)
{
if ((calc || (!e_client_has_xwindow(cw->ec))) && cw->client_inset.calc)
if (calc && cw->client_inset.calc)
{
E_Zone *zone = e_comp_object_util_zone_get(obj);