discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=80349d417dbb591895d61c6fd7d3619ad0b0332d

commit 80349d417dbb591895d61c6fd7d3619ad0b0332d
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Sep 28 13:03:41 2017 -0400

    Revert "do not perform client moves during comp updates"
    
    This reverts commit def2b0c5fcabdff7eceeeacaa6cda9a89836aaa1.
    
    breaks some resize directions
---
 src/bin/e_comp_object.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index b765793ef..3aa176b8f 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -1125,7 +1125,7 @@ _e_comp_intercept_move(void *data, Evas_Object *obj, int 
x, int 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 || e_comp->updating /* avoid client zone changes 
during render */)
+   if (cw->ec->new_client)
      {
         /* don't actually do anything until first client idler loop */
         if (!cw->ec->placed)

-- 


Reply via email to