From 1cad203c737118736794ca850a3a802504d505c1 Mon Sep 17 00:00:00 2001 From: Hyoyoung Chang Date: Thu, 28 Jul 2011 16:15:17 +0900 Subject: [PATCH] [genlist] revert removing disclip --- themes/groups/genlist/genlist_macro.edc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/groups/genlist/genlist_macro.edc b/themes/groups/genlist/genlist_macro.edc index 6dcd5f4..4cff4b7 100644 --- a/themes/groups/genlist/genlist_macro.edc +++ b/themes/groups/genlist/genlist_macro.edc @@ -79,6 +79,7 @@ #define GENLIST_PART_BOTTOM_LINE \ part { name: "bottom_line"; \ type: RECT; \ + clip_to: disclip; \ mouse_events: 0; \ description { state: "default" 0.0; \ min: 0 1; \ @@ -95,6 +96,7 @@ #define GENLIST_PART_BOTTOM_EFFECT_LINE \ part { name: "bottom_line"; \ type: RECT; \ + clip_to: disclip; \ mouse_events: 0; \ description { state: "default" 0.0; \ min: 0 1; \ -- 2.7.4