Fix defect with unpressed effect jumpto button
authorrimmed <v.reutskiy@samsung.com>
Mon, 25 Mar 2013 13:54:17 +0000 (15:54 +0200)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 28 Mar 2013 03:58:14 +0000 (12:58 +0900)
Change-Id: Ib47f11d657e0213587bd33942b7d2b85306fe707

themes/widgets/button.edc

index 4287955..6ed5521 100644 (file)
                rel2.relative: 1.0 1.0; \
             } \
          } \
+         part { name: "over2"; \
+            type: RECT; \
+            repeat_events: 1; \
+            description { state: "default" 0.0; \
+               color: 0 0 0 0; \
+            } \
+         } \
       } \
       programs { \
          program { name: "button_click"; \
          } \
          program { name: "button_unclick"; \
             signal: "mouse,up,1"; \
-            source: "over1"; \
+            source: "over2"; \
             action: SIGNAL_EMIT "elm,action,unpress" ""; \
             after: "button_unclick_anim"; \
          } \