hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=df29f91476d8c1f112857bf526cca61c87d37118

commit df29f91476d8c1f112857bf526cca61c87d37118
Author: Hermet Park <her...@hermet.pe.kr>
Date:   Fri Jan 22 19:33:34 2016 +0900

    don't block mouse events.
    
    This part blocks the status's button click.
---
 data/themes/default/layout_common.edc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/data/themes/default/layout_common.edc 
b/data/themes/default/layout_common.edc
index 4c1142a..c30f15a 100644
--- a/data/themes/default/layout_common.edc
+++ b/data/themes/default/layout_common.edc
@@ -2385,6 +2385,7 @@ group { name: "statusbar_layout";
          type: TEXT;
          scale: 1;
          effect: GLOW;
+         nomouse;
          description { state: "default" 0.0;
             align: 0 0.5;
             rel1.offset: 0 -1;

-- 


Reply via email to