From a0a9605d3048eeb9249864fbcc4765e93bd6f575 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 10 Feb 2017 17:23:44 -0500 Subject: [PATCH] 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 959639f0a..003532807 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;