From f20765df671af517ab1f4638fda48dc872072fe9 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 13 Oct 2017 09:46:24 -0400 Subject: [PATCH] add render update when showing clients if damages exist ensure that these clients render as expected ref T5593 --- src/bin/e_comp_object.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index ca2e003bf..5f77c94b0 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -2431,6 +2431,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 */