always set E_Client->placed when successfully moving a comp object

enforce this for all cases
This commit is contained in:
Mike Blumenkrantz 2017-02-10 17:23:44 -05:00
parent 63b7111a1f
commit 476305563c
1 changed files with 1 additions and 0 deletions

View File

@ -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;