From 7b208188a916b8ddef0546b4b392309433d3059c Mon Sep 17 00:00:00 2001 From: MinJeong Kim Date: Thu, 11 Aug 2016 18:51:04 +0900 Subject: [PATCH] e_comp_object: force render after content unset Change-Id: Iea02248487b9ce09bade8db64f058f07ab597f28 Signed-off-by: MinJeong Kim --- src/bin/e_comp_object.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 2e02af8..8aea363 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -4859,6 +4859,9 @@ e_comp_object_content_unset(Evas_Object *obj) cw->visible = 1; } + e_comp_object_damage(cw->smart_obj, 0, 0, cw->w, cw->h); + e_comp_object_dirty(cw->smart_obj); + e_comp_object_render(cw->smart_obj); e_comp_object_render_update_add(obj); return EINA_TRUE; -- 2.7.4