fix: bordercorlor not update when it is in open animaiton

This commit is contained in:
DreamMaoMao 2026-01-24 19:48:43 +08:00
parent cc1e55d24a
commit b8c9c2662f

View file

@ -1002,6 +1002,7 @@ bool client_apply_focus_opacity(Client *c) {
target_opacity = 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) {
struct timespec now;