fix gadman overlay mouse events
authorMike Blumenkrantz <m.blumenkran@samsung.com>
Wed, 12 Jun 2013 12:59:29 +0000 (13:59 +0100)
committerMike Blumenkrantz <m.blumenkran@samsung.com>
Wed, 12 Jun 2013 12:59:29 +0000 (13:59 +0100)
data/themes/edc/gadman.edc

index 5234a81..376c723 100644 (file)
@@ -47,7 +47,7 @@ group { name: "e/gadman/full_bg";
             color: 0 0 0 192;
          }
       }
-      part { name: "custom_bg"; type: RECT;
+      part { name: "custom_bg"; type: RECT; mouse_events: 0;
          description { state: "default" 0.0;
             color: 255 255 255 0;
             visible: 0;
@@ -56,12 +56,12 @@ group { name: "e/gadman/full_bg";
             color: 255 255 255 200;
          }
       }
-      part { name: "e.swallow.bg"; type: SWALLOW;
+      part { name: "e.swallow.bg"; type: SWALLOW; mouse_events: 0;
          clip_to: "custom_bg";
          description { state: "default" 0.0;
          }
       }
-      part { name: "grabber"; type: RECT; repeat_events: 1;
+      part { name: "grabber"; type: RECT;
          description { state: "default" 0.0;
             color: 0 0 0 0;
          }