discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c832ca1732fb92bae54b4f4e809f2860ba350521

commit c832ca1732fb92bae54b4f4e809f2860ba350521
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Apr 22 15:14:54 2016 -0400

    theme: explicitly hide focus glow for comp menu themes
    
    this was getting clipped under x11 and was displaying itself (poorly) on 
wayland
---
 data/elementary/themes/edc/comp.edc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/data/elementary/themes/edc/comp.edc 
b/data/elementary/themes/edc/comp.edc
index 0eb3bc8..35adc30 100644
--- a/data/elementary/themes/edc/comp.edc
+++ b/data/elementary/themes/edc/comp.edc
@@ -621,6 +621,9 @@ group { name: "e/comp/frame/menu";
             rel2.relative: 0.95 0.9;
          }
       }
+      image { "glow";
+         desc { "focused"; hid; }
+      }
    }
 }
 
@@ -633,6 +636,9 @@ group { name: "e/comp/frame/menu/fast";
             rel2.relative: 0.95 0.9;
          }
       }
+      image { "glow";
+         desc { "focused"; hid; }
+      }
    }
 }
 

-- 


Reply via email to