rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=4b178e51295ad3fa68a6b3c9e53b841c4927d92c
commit 4b178e51295ad3fa68a6b3c9e53b841c4927d92c Author: Vyacheslav Reutskiy <[email protected]> Date: Thu Jan 26 10:09:23 2017 +0200 popup: dismiss popup on 1 (first) mouse button click Make popups behavior is homogeneous for all popup helpers @fix Change-Id: I5d155140802d32a26c3613e39415c051d7e334af --- data/themes/default/widgets/layout.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/themes/default/widgets/layout.edc b/data/themes/default/widgets/layout.edc index 886b4b3..bb0ea38 100644 --- a/data/themes/default/widgets/layout.edc +++ b/data/themes/default/widgets/layout.edc @@ -203,7 +203,7 @@ group { name: "elm/layout/popup/hint_title"; } programs { program { name: "dismiss"; - signal: "mouse,up,*"; + signal: "mouse,up,1"; source: "event"; action: SIGNAL_EMIT "hint,dismiss" "eflete"; } --
