diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 8c00cf8a2..e1d4b8439 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -948,9 +948,9 @@ _e_comp_intercept_move(void *data, Evas_Object *obj, int x, int y) } return; } - cw->ec->x = x, cw->ec->y = 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) { /* don't actually do anything until first client idler loop */