[elm_multibuttonentry]'Clicked' callback isn't called when guidetext is clicked
authorGoun Lee <gouni.lee@samsung.com>
Mon, 17 Oct 2011 08:46:40 +0000 (17:46 +0900)
committerGoun Lee <gouni.lee@samsung.com>
Mon, 17 Oct 2011 08:46:40 +0000 (17:46 +0900)
themes/groups/multibuttonentry.edc

index 9c50fbc..4c78326 100644 (file)
@@ -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;
             name: "mbe.label.bg";
             type: RECT;
             scale: 1;
+            mouse_events: 0;
             description {
                state: "default" 0.0;
                color: 0 0 0 0;
          part {
             name: "mbe.label.left.padding";
             type: RECT;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
          part {
             name: "mbe.label.right.padding";
             type: RECT;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;
          part {
             name: "mbe.label";
             type: TEXT;
+            mouse_events: 0;
             scale: 1;
             description {
                state: "default" 0.0;