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 eef14b3619
commit 8f1dfe0d79
1 changed files with 1 additions and 1 deletions

View File

@ -3026,7 +3026,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);