bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8900c8048cfdf0afa1851c39ed9492b6401c30de

commit 8900c8048cfdf0afa1851c39ed9492b6401c30de
Author: Marcel Hollerbach <m...@marcel-hollerbach.de>
Date:   Thu Apr 1 16:59:15 2021 +0200

    theme: only emit press once
    
    otherwise things go haywire.
---
 data/elementary/themes/edc/efl/check.edc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/data/elementary/themes/edc/efl/check.edc 
b/data/elementary/themes/edc/efl/check.edc
index be87511e07..e2a82d698d 100644
--- a/data/elementary/themes/edc/efl/check.edc
+++ b/data/elementary/themes/edc/efl/check.edc
@@ -224,7 +224,7 @@ group { name: "efl/check";
       }
    }
    programs {
-      EFL_UI_CLICKABLE_PART_BIND("event")
+      EFL_UI_CLICKABLE_PART_BIND(event)
       program { signal: "mouse,down,1"; source: "event";
          script {
             new buf[32]; new Float:val;
@@ -248,7 +248,6 @@ group { name: "efl/check";
          action: PLAY_SAMPLE "wood-tap2" 1.0 INPUT;
       }
       program { signal: "mouse,down,1"; source: "event";
-         action: SIGNAL_EMIT "efl,action,press" "efl";
          after: "button_click_anim";
       }
       program { signal: "mouse,down,1"; source: "event";

-- 


Reply via email to