raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=8ebe1ab017cd62369483a29f8e66eaf71c370cd7

commit 8ebe1ab017cd62369483a29f8e66eaf71c370cd7
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Thu Mar 4 09:46:05 2021 +0000

    comp obj - make sure icon is shown when swallowed
---
 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 35c1fb51b..70a955f1f 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -3423,6 +3423,8 @@ e_comp_object_frame_icon_update(Evas_Object *obj)
    if (!cw->frame_icon) return EINA_TRUE;
    if (!edje_object_part_swallow(cw->frame_object, "e.swallow.icon", 
cw->frame_icon))
      E_FREE_FUNC(cw->frame_icon, evas_object_del);
+   else
+     evas_object_show(cw->frame_icon);
    return EINA_TRUE;
 }
 

-- 


Reply via email to