okra pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a6c7234afa60af3d671062b90f545210eda56094
commit a6c7234afa60af3d671062b90f545210eda56094 Author: Stephen 'Okra' Houston <[email protected]> Date: Wed Aug 23 17:06:10 2017 -0500 Luncher Theme: Use a proxy for the overlay effect. --- data/elementary/themes/edc/luncher.edc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/elementary/themes/edc/luncher.edc b/data/elementary/themes/edc/luncher.edc index cbc35c0039..8d4db80941 100644 --- a/data/elementary/themes/edc/luncher.edc +++ b/data/elementary/themes/edc/luncher.edc @@ -291,11 +291,13 @@ group { name: "e/gadget/luncher/icon"; color: 255 255 255 0; } } - part { name: "e.swallow.overlay"; type: SWALLOW; + part { name: "e.swallow.overlay"; type: PROXY; clip_to: "obackground"; repeat_events: 1; description { state: "default" 0.0; + source: "e.swallow.icon"; + proxy.source_clip: 0; rel1.to: "obackground"; rel2.to: "obackground"; } --
