From 476305563cdc07df9bedc3e922421c7a39415aa0 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 675b6c15f..0958b5aa3 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -1118,6 +1118,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;