fix centering of elm wayland windows

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-01-12 13:36:58 -05:00
parent 7c5c8b1561
commit 1ec2a4e91c
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ _e_elm_win_trap_show(void *data, Evas_Object *o)
ctx->visible = 1;
evas_object_show(ctx->client->frame);
}
if (ctx->centered) e_comp_object_util_center(ctx->client->frame);
if (ctx->centered) e_comp_object_util_center(o);
return EINA_TRUE;
}