fix border theme bug which prevented windows from unshading correctly when animation was disabled

This commit is contained in:
Mike Blumenkrantz 2013-04-26 08:04:53 +01:00
parent 4f4ab0f432
commit 61aa5a29c2
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2013-04-26 Mike Blumenkrantz
* fixed theme bug which prevented windows from unshading correctly when animations were disabled
2013-04-25 Mike Blumenkrantz
* added deskmirror

1
NEWS
View File

@ -207,3 +207,4 @@ Fixes:
* fixed disable of input methods in input method config dialog
* fixed pointer warp when pointer was inside warp window but not directly over it
* toolbar gadgets no longer crash when trying to display a popup
* fixed theme bug which prevented windows from unshading correctly when animations were disabled

View File

@ -625,11 +625,12 @@ group { name: "e/widgets/border/default/border";
}
// program {
// signal: "e,state,shading"; source: "e";
// }
// program {
// signal: "e,state,unshaded"; source: "e";
// }
program {
signal: "e,state,unshaded"; source: "e";
after: "unshading";
}
program { name: "unshading";
signal: "e,state,unshading"; source: "e";
action: STATE_SET "default" 0.0;
target: "e.swallow.client";