mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-08 08:21:16 -04:00
fix: bordercorlor not update when it is in open animaiton
This commit is contained in:
parent
cc1e55d24a
commit
b8c9c2662f
1 changed files with 1 additions and 0 deletions
|
|
@ -1002,6 +1002,7 @@ bool client_apply_focus_opacity(Client *c) {
|
||||||
target_opacity = opacity;
|
target_opacity = opacity;
|
||||||
}
|
}
|
||||||
client_set_opacity(c, target_opacity);
|
client_set_opacity(c, target_opacity);
|
||||||
|
client_set_border_color(c, c->opacity_animation.target_border_color);
|
||||||
} else if (animations && c->opacity_animation.running) {
|
} else if (animations && c->opacity_animation.running) {
|
||||||
|
|
||||||
struct timespec now;
|
struct timespec now;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue