add render update when showing clients if damages exist

ensure that these clients render as expected

ref T5593
This commit is contained in:
Mike Blumenkrantz 2017-10-13 09:46:24 -04:00
parent 716ab4b43f
commit e5362e3f4a
1 changed files with 2 additions and 0 deletions

View File

@ -2403,6 +2403,8 @@ _e_comp_smart_show(Evas_Object *obj)
}
if (cw->ec->iconic && (!cw->ec->new_client))
e_comp_object_signal_emit(cw->smart_obj, "e,action,uniconify", "e");
if (cw->updates_exist)
e_comp_object_render_update_add(obj);
if ((!cw->showing) && ((!cw->ec->iconic) || cw->ec->new_client || (!cw->animating)))
{
/* if cw->showing set, client was ec->hidden during show animation */