billiob pushed a commit to branch terminology-1.2.

http://git.enlightenment.org/apps/terminology.git/commit/?id=e99dd9183fd7b0a9f2e887566892149187a48952

commit e99dd9183fd7b0a9f2e887566892149187a48952
Author: Kevin Pulo <kevin.p...@mongodb.com>
Date:   Thu Apr 26 12:00:29 2018 +1000

    Do not set glow state to focused2 when terminal loses focus.
    
    Fixes T6902.
---
 data/themes/default.edc | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/data/themes/default.edc b/data/themes/default.edc
index 3a55bd7..ea243b0 100644
--- a/data/themes/default.edc
+++ b/data/themes/default.edc
@@ -1245,10 +1245,6 @@ collections {
             target: "shine_focused";
             target: "shine_unfocused";
             sequence {
-               action: STATE_SET "focused2" 0.0;
-               target: "glow";
-            }
-            sequence {
                action: STATE_SET "custom" 0.0;
                target: "shine_unfocused";
             }

-- 


Reply via email to