projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65f9dcf
)
deskmirror: unset proxy.source_clip for urgency effects
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Thu, 15 Oct 2015 20:09:39 +0000
(16:09 -0400)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Thu, 15 Oct 2015 20:09:39 +0000
(16:09 -0400)
cfedba598c23844946c5af2e038870c7ca6befdc
in efl fixed source clipping
for proxy objects, breaking badly-clipped edje proxy objects everywhere
@fix
data/themes/edc/deskmirror.edc
patch
|
blob
|
history
diff --git
a/data/themes/edc/deskmirror.edc
b/data/themes/edc/deskmirror.edc
index 60c291d5631f604aeeecbd115abe58603b58edc8..94e2316b2dc418d1915cb395b2c35ac70d1b7cd9 100644
(file)
--- a/
data/themes/edc/deskmirror.edc
+++ b/
data/themes/edc/deskmirror.edc
@@
-187,11
+187,13
@@
group { name: "e/deskmirror/frame/default";
rel2.to: "e.swallow.client";
visible: 0;
color: 255 255 255 0;
+ proxy.source_clip: 0;
}
description { state: "urgent1";
inherit: "default" 0.0;
visible: 1;
color: 255 255 255 255;
+ proxy.source_clip: 0;
}
description { state: "urgent2" 0.0;
inherit: "default" 0.0;
@@
-199,6
+201,7
@@
group { name: "e/deskmirror/frame/default";
rel1.relative: -2.0 -2.0;
rel2.relative: 3.0 3.0;
color: 255 255 255 0;
+ proxy.source_clip: 0;
}
}
part { name: "shine"; mouse_events: 0;