discomfitor pushed a commit to branch enlightenment-0.21. http://git.enlightenment.org/core/enlightenment.git/commit/?id=a0a9605d3048eeb9249864fbcc4765e93bd6f575
commit a0a9605d3048eeb9249864fbcc4765e93bd6f575 Author: Mike Blumenkrantz <[email protected]> Date: Fri Feb 10 17:23:44 2017 -0500 always set E_Client->placed when successfully moving a comp object enforce this for all cases --- src/bin/e_comp_object.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 959639f..0035328 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -1116,6 +1116,7 @@ _e_comp_intercept_move(void *data, Evas_Object *obj, int x, int y) { /* only update xy position of client to avoid invalid * first damage region if it is not a new_client. */ + cw->ec->placed = 1; if (!cw->ec->shading) { cw->ec->client.x = ix; --
