don't perform zone updates on client resize

zone updates should probably only happen on client moves, not resizes

ref T6023
This commit is contained in:
Mike Blumenkrantz 2017-09-21 13:31:04 -04:00
parent 0666cd7249
commit 11a08ebc30
1 changed files with 0 additions and 1 deletions

View File

@ -1643,7 +1643,6 @@ _e_client_cb_evas_resize(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_
_e_client_event_simple(ec, E_EVENT_CLIENT_RESIZE);
if (!ec->ignored) _e_client_zone_update(ec);
evas_object_geometry_get(ec->frame, &x, &y, &w, &h);
if (ec->stack.prev || ec->stack.next)
{