From 1fdb2f9755d07a60d6afed54406532aaec2eb234 Mon Sep 17 00:00:00 2001 From: rimmed Date: Mon, 25 Mar 2013 15:54:17 +0200 Subject: [PATCH] Fix defect with unpressed effect jumpto button Change-Id: Ib47f11d657e0213587bd33942b7d2b85306fe707 --- themes/widgets/button.edc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/themes/widgets/button.edc b/themes/widgets/button.edc index 4287955..6ed5521 100644 --- a/themes/widgets/button.edc +++ b/themes/widgets/button.edc @@ -3138,6 +3138,13 @@ 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"; \ @@ -3158,7 +3165,7 @@ } \ program { name: "button_unclick"; \ signal: "mouse,up,1"; \ - source: "over1"; \ + source: "over2"; \ action: SIGNAL_EMIT "elm,action,unpress" ""; \ after: "button_unclick_anim"; \ } \ -- 2.7.4