Revert "do not perform client moves during comp updates"

This reverts commit def2b0c5fc.

breaks some resize directions
This commit is contained in:
Mike Blumenkrantz 2017-09-28 13:03:41 -04:00
parent fdbf49af1b
commit 80349d417d
1 changed files with 1 additions and 1 deletions

View File

@ -1125,7 +1125,7 @@ _e_comp_intercept_move(void *data, Evas_Object *obj, int x, int y)
/* only update during resize if triggered by resize */
if (e_client_util_resizing_get(cw->ec) && (!cw->force_move)) return;
cw->ec->x = x, cw->ec->y = y;
if (cw->ec->new_client || e_comp->updating /* avoid client zone changes during render */)
if (cw->ec->new_client)
{
/* don't actually do anything until first client idler loop */
if (!cw->ec->placed)