rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=bca5de4d59927ca4c521608f81906ba824fa65b6
commit bca5de4d59927ca4c521608f81906ba824fa65b6 Author: Vitalii Vorobiov <vi.vorob...@samsung.com> Date: Mon Oct 31 18:37:19 2016 +0200 genlist.edc: remove disclip because it is useless probably the twice calling of selection is emitted in here, but not sure Fixes T4591 --- data/themes/default/widgets/genlist.edc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/data/themes/default/widgets/genlist.edc b/data/themes/default/widgets/genlist.edc index 3a2247e..4dd0213 100644 --- a/data/themes/default/widgets/genlist.edc +++ b/data/themes/default/widgets/genlist.edc @@ -64,7 +64,6 @@ group { name: "elm/genlist/item/default/default"; } part { name: "elm.swallow.icon"; type: SWALLOW; - repeat_events: 1; description { state: "default" 0.0; align: 0.0 0.5; min: 14 14; @@ -88,7 +87,6 @@ group { name: "elm/genlist/item/default/default"; } part { name: "elm.text"; type: TEXT; - repeat_events: 1; description { state: "default" 0.0; min: 0 26; color_class: "main"; @@ -115,7 +113,6 @@ group { name: "elm/genlist/item/default/default"; } part { name: "elm.swallow.end"; type: SWALLOW; - repeat_events: 1; description { state: "default" 0.0; align: 1.0 0.5; aspect: 1.0 1.0; @@ -134,13 +131,6 @@ group { name: "elm/genlist/item/default/default"; visible: 0; } } - part { name: "disclip"; - type: RECT; - repeat_events: 1; - description { state: "default" 0.0; - color: 255 255 255 0; - } - } } programs { program { name: "selected"; @@ -177,7 +167,6 @@ group { name: "elm/genlist/item/default/default"; target: "elm.swallow.pad"; target: "elm.text"; target: "elm.swallow.end"; - target: "disclip"; } } } --