discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=4a766e9e2f16433e3001f26796852ccb7f0c17e9

commit 4a766e9e2f16433e3001f26796852ccb7f0c17e9
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Jul 24 08:30:25 2017 -0400

    Revert "e comp - stop trying to set size again and again to the same"
    
    This reverts commit 6e882d2e4f44c5ab77d1cf461a6733740856ede4.
    
    this is identical to cd3490f35c5dd1efc9719895845cc01194de1ccd which was
    also reverted.
---
 src/bin/e_comp_object.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index 7b5e27f4d..ffe33737a 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -1212,7 +1212,8 @@ _e_comp_intercept_resize(void *data, Evas_Object *obj, 
int w, int h)
         /* do nothing until client idler loops */
         if (!cw->ec->maximized)
           {
-             if ((w != cw->ec->w) || (h != cw->ec->h))
+             /* NO. DO NOT DO THIS OR YOU WILL BREAK WINDOW RESIZING. */
+             //if ((w != cw->ec->w) || (h != cw->ec->h))
                {
                   cw->ec->w = w, cw->ec->h = h;
                   cw->ec->changes.size = 1;

-- 


Reply via email to