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

git pushed a commit to branch v-1.26.0
in repository efl.

View the commit online.

commit e0873baad84f97bb72c802448cab56dd1a59d483
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Tue Mar 8 01:26:45 2022 +0000

    elm theme - fix comp container to not block events in fullscreen
    
    fix events for mouse to not disappear when in fullscreen mode
    
    @fix
---
 data/elementary/themes/edc/comp.edc        | 4 ++--
 data/elementary/themes/edc/comp_compat.edc | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/data/elementary/themes/edc/comp.edc b/data/elementary/themes/edc/comp.edc
index 2bd401370b..d5e8c35afc 100644
--- a/data/elementary/themes/edc/comp.edc
+++ b/data/elementary/themes/edc/comp.edc
@@ -549,7 +549,7 @@ group { name: "e/comp/frame/fullscreen";
             visible: 1;
          }
       }
-      part { name: "scr_shade"; type: RECT;
+      part { name: "scr_shade"; type: RECT; mouse_events: 0;
          description { state: "default" 0.0;
             color: 0 0 0 0; // no cc
             visible: 0;
@@ -584,7 +584,7 @@ group { name: "e/comp/frame/fullscreen";
             rel.to: "shower";
          }
       }
-      part { name: "fader"; type: RECT;
+      part { name: "fader"; type: RECT; mouse_events: 0;
          description { state: "default" 0.0;
             rel.to: "e.swallow.content";
             color: 255 255 255 0; // no cc
diff --git a/data/elementary/themes/edc/comp_compat.edc b/data/elementary/themes/edc/comp_compat.edc
index 0a29fa72b7..8c6d09507c 100644
--- a/data/elementary/themes/edc/comp_compat.edc
+++ b/data/elementary/themes/edc/comp_compat.edc
@@ -319,7 +319,7 @@ group { name: "e/comp/border/fullscreen";
             visible: 1;
          }
       }
-      part { name: "scr_shade"; type: RECT;
+      part { name: "scr_shade"; type: RECT; mouse_events: 0;
          description { state: "default" 0.0;
             color: 0 0 0 0; // no cc
             visible: 0;
@@ -355,7 +355,7 @@ group { name: "e/comp/border/fullscreen";
             rel2.to: "shower";
          }
       }
-      part { name: "fader"; type: RECT;
+      part { name: "fader"; type: RECT; mouse_events: 0;
          description { state: "default" 0.0;
             rel.to: "e.swallow.content";
             color: 255 255 255 0; // no cc

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

Reply via email to