From 41b190fba9da904009b6267ac8293f5aafe199d1 Mon Sep 17 00:00:00 2001 From: Goun Lee Date: Mon, 17 Oct 2011 17:46:40 +0900 Subject: [PATCH] [elm_multibuttonentry]'Clicked' callback isn't called when guidetext is clicked --- themes/groups/multibuttonentry.edc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/groups/multibuttonentry.edc b/themes/groups/multibuttonentry.edc index 9c50fbc..4c78326 100644 --- a/themes/groups/multibuttonentry.edc +++ b/themes/groups/multibuttonentry.edc @@ -86,6 +86,7 @@ part { name: "elm.text.bg"; type: RECT; + mouse_events: 0; scale: 1; description { state: "default" 0.0; @@ -98,6 +99,7 @@ part { name: "elm.text"; type: TEXT; + mouse_events: 0; scale: 1; description { state: "default" 0.0; @@ -406,6 +408,7 @@ name: "mbe.label.bg"; type: RECT; scale: 1; + mouse_events: 0; description { state: "default" 0.0; color: 0 0 0 0; @@ -421,6 +424,7 @@ part { name: "mbe.label.left.padding"; type: RECT; + mouse_events: 0; scale: 1; description { state: "default" 0.0; @@ -443,6 +447,7 @@ part { name: "mbe.label.right.padding"; type: RECT; + mouse_events: 0; scale: 1; description { state: "default" 0.0; @@ -465,6 +470,7 @@ part { name: "mbe.label"; type: TEXT; + mouse_events: 0; scale: 1; description { state: "default" 0.0; -- 2.7.4