rimmed pushed a commit to branch eflete-1.18.

http://git.enlightenment.org/tools/eflete.git/commit/?id=24639197b6637db4d09fc6a9cc13e8125873e700

commit 24639197b6637db4d09fc6a9cc13e8125873e700
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
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 068150f..acf910c 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";
       }

-- 


Reply via email to