discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=847ce5b0d5c88872697f6ad4414c63edef218f3f

commit 847ce5b0d5c88872697f6ad4414c63edef218f3f
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Jan 22 22:39:46 2015 -0500

    never uncenter a centered internal window
    
    a window which has received a call to elm_win_center() can now never 
auto-uncenter in either axis
    
    ref T2031
---
 src/bin/e_win.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/e_win.c b/src/bin/e_win.c
index 85b76b2..15ef4bc 100644
--- a/src/bin/e_win.c
+++ b/src/bin/e_win.c
@@ -131,7 +131,6 @@ _e_elm_win_trap_move(void *data, Evas_Object *o __UNUSED__, 
int x, int y)
 {
    Elm_Win_Trap_Ctx *ctx = data;
    EINA_SAFETY_ON_NULL_RETURN_VAL(ctx, EINA_TRUE);
-   ctx->centered = 0;
    ctx->placed = 1;
    if (!ctx->client) return EINA_TRUE;
    if ((ctx->client->client.x != x) || (ctx->client->client.y != y))

-- 


Reply via email to