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.
This commit is contained in:
Alastair Poole 2021-01-25 20:19:43 +00:00
parent a9d0a74474
commit 68d57986aa
1 changed files with 2 additions and 0 deletions

View File

@ -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);