From d28ff92e6be7c958b92b347443c180e0717a3a37 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 21 Jul 2017 16:20:04 -0400 Subject: [PATCH] do not use elm api to unset centered flag during resize this triggers a full eval which resizes the window and breaks the compositor --- src/bin/e_comp_object.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index f6783a620..bd5c20934 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -1330,7 +1330,6 @@ _e_comp_intercept_resize(void *data, Evas_Object *obj, int w, int h) e_win_centered_get(cw->ec->internal_elm_win)) { e_comp_object_util_center(obj); - elm_win_center(cw->ec->internal_elm_win, 0, 0); } cw->force_move = 0; }