discomfitor pushed a commit to branch elementary-1.9.

http://git.enlightenment.org/core/elementary.git/commit/?id=496bc6eace88db3a47615c3b846479e7398ec7c3

commit 496bc6eace88db3a47615c3b846479e7398ec7c3
Author: zmike <[email protected]>
Date:   Sun Apr 27 13:47:05 2014 -0400

    ctxpopup bg theme should block all mouse events, not just left button
    
    @fix
---
 data/themes/edc/elm/ctxpopup.edc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/themes/edc/elm/ctxpopup.edc b/data/themes/edc/elm/ctxpopup.edc
index d244398..c7e8553 100644
--- a/data/themes/edc/elm/ctxpopup.edc
+++ b/data/themes/edc/elm/ctxpopup.edc
@@ -23,7 +23,7 @@ group { name: "elm/ctxpopup/bg/default";
    }
    programs {
       program {
-         signal: "mouse,clicked,1"; source: "base";
+         signal: "mouse,clicked,*"; source: "base";
          action: SIGNAL_EMIT "elm,action,click" "elm";
       }
       program {

-- 


Reply via email to