handle window icons from elm for internal wins

fixes appearance of icons set with elm_win_icon_name_set()
This commit is contained in:
Mike Blumenkrantz 2017-03-17 13:17:02 -04:00
parent 0b5f65d4a8
commit fa1a17cefc
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ _e_elm_win_trap_show(void *data, Evas_Object *o)
//#endif
evas_object_geometry_get(o, &ctx->client->client.x, &ctx->client->client.y, &ctx->client->client.w, &ctx->client->client.h);
ecore_evas_show(ee);
eina_stringshare_replace(&ctx->client->internal_icon, elm_win_icon_name_get(o));
if (!ctx->visible)
{
ctx->visible = 1;