do not use elm api to unset centered flag during resize

this triggers a full eval which resizes the window and breaks the compositor
This commit is contained in:
Mike Blumenkrantz 2017-07-21 16:20:04 -04:00
parent 24ae5b53fb
commit e184ffd49f
1 changed files with 0 additions and 1 deletions

View File

@ -1332,7 +1332,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;
}