Skip to content

Commit f1cca25

Browse files
committed
fix: bordercorlor not update when it is in open animaiton
1 parent 0652f99 commit f1cca25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/animation/client.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,6 +1131,7 @@ bool client_apply_focus_opacity(Client *c) {
11311131
target_opacity = opacity;
11321132
}
11331133
client_set_opacity(c, target_opacity);
1134+
client_set_border_color(c, c->opacity_animation.target_border_color);
11341135
} else if (animations && c->opacity_animation.running) {
11351136

11361137
struct timespec now;

0 commit comments

Comments
 (0)