[slider] fix: resize object cannot get MOUSE-IN event
authorShinwoo Kim <cinoo.kim@samsung.com>
Mon, 6 May 2013 07:29:14 +0000 (16:29 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 11:14:08 +0000 (20:14 +0900)
themes/widgets/slider.edc

index 965e3fa..44af87f 100644 (file)
             }
          }
          parts {
+            part { name: "access";
+               type: RECT;
+               description { state: "default" 0.0;
+                  fixed: 1 1;
+                  color: 0 0 0 0;
+               }
+            }
             part { name: "base";
                mouse_events: 0;
                scale: 1;
@@ -3126,6 +3133,13 @@ group { name: "elm/slider/vertical/default";
       image: "00_progress_bar.png" COMP;
    }
    parts {
+      part { name: "access";
+         type: RECT;
+         description { state: "default" 0.0;
+            fixed: 1 1;
+            color: 0 0 0 0;
+         }
+      }
       part { name: "base";
          mouse_events: 0;
          scale: 1;