netstar pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=68d57986aab03fdc617fe4a7cfb10e4f4b556f49

commit 68d57986aab03fdc617fe4a7cfb10e4f4b556f49
Author: Alastair Poole <nets...@gmail.com>
Date:   Mon Jan 25 20:19:43 2021 +0000

    e_comp_object: Border mirror shading fix.
    
    If the e client is shaded, ensure we send the correct signal to the
    frame object used with our bordered preview.
---
 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 cbfee98ce..35c1fb51b 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -4459,6 +4459,8 @@ e_comp_object_util_frame_mirror_add(Evas_Object *obj)
         edje_object_signal_emit(o, "e,version,22", "e");
         edje_object_signal_emit(o, "e,state,focused", "e");
         edje_object_signal_emit(o, "e,state,visible", "e");
+        if (cw->ec->shaded)
+          edje_object_signal_emit(o, "e,state,shaded", "e");
         edje_object_part_text_set(o, "e.text.title", cw->frame_name);
         e_zoomap_child_set(o_zoomap, o);
         e_zoomap_solid_set(o, EINA_FALSE);

-- 


Reply via email to