From c73bc589661f7c248ebdede5451de85dfb138dd9 Mon Sep 17 00:00:00 2001 From: Tae-Hwan Kim Date: Wed, 29 Aug 2012 11:51:21 +0900 Subject: [PATCH] [Genlist] Enable mouse event in icon part Change-Id: I40b5839f102f57e5fe8f8dfc88d3bcfd69a12df4 --- themes/widgets/genlist/genlist_normal.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/widgets/genlist/genlist_normal.edc b/themes/widgets/genlist/genlist_normal.edc index e7c0f59..8013604 100644 --- a/themes/widgets/genlist/genlist_normal.edc +++ b/themes/widgets/genlist/genlist_normal.edc @@ -16671,7 +16671,7 @@ part { name: "elm.icon"; clip_to: "disclip"; type: SWALLOW; - mouse_events: 0; + mouse_events: 1; scale: 1; description { state: "default" 0.0; min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; -- 2.7.4