This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository terminology.

View the commit online.

commit 262c66a3755457e27c1085b81972818fc89f9e08
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Fri Sep 6 10:47:31 2024 +0100

    bg - fix translucensy handling on start and also in general with bg
    
    @fix
---
 data/themes/default/core.edc | 6 ------
 src/bin/win.c                | 1 +
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/data/themes/default/core.edc b/data/themes/default/core.edc
index 47670757..46efc049 100644
--- a/data/themes/default/core.edc
+++ b/data/themes/default/core.edc
@@ -22,29 +22,23 @@ group { name: "terminology/core";
         // background handling
       part { name: "terminology.fade"; type: RECT;
          description { state: "default" 0.0;
-             color_class: "BG";
          }
          description { state: "image" 0.0;
             inherit: "default" 0.0;
-             color_class: "";
          }
          description { state: "scale" 0.0;
             inherit: "default" 0.0;
-             color_class: "";
          }
          description { state: "edje" 0.0;
             inherit: "default" 0.0;
-             color_class: "";
          }
          description { state: "movie" 0.0;
             inherit: "default" 0.0;
-             color_class: "";
          }
       }
       part { name: "terminology.background"; type: SWALLOW;
          clip_to: "terminology.fade";
          description { state: "default" 0.0;
-             color_class: "BG";
          }
          description { state: "image" 0.0;
             inherit: "default" 0.0;
diff --git a/src/bin/win.c b/src/bin/win.c
index d4749078..f443d5f2 100644
--- a/src/bin/win.c
+++ b/src/bin/win.c
@@ -6933,6 +6933,7 @@ _term_media_update(Term *term, const Config *config)
       default:
          break;
      }
+   _term_trans(term);
 }
 
 void

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to