From 86a2fcd6d28c9af0e351f328f2121bc7ecc55c74 Mon Sep 17 00:00:00 2001 From: zmike Date: Sun, 27 Apr 2014 13:47:05 -0400 Subject: [PATCH] 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 { -- 2.7.4