fix: none type open animaiton miss move animaiton

This commit is contained in:
DreamMaoMao 2025-09-05 21:16:38 +08:00
parent 6b5d5b0919
commit 6b02283f6d

View file

@ -879,6 +879,8 @@ void client_set_pending_state(Client *c) {
(!c->animation_type_open && (!c->animation_type_open &&
strcmp(animation_type_open, "none") == 0)) && strcmp(animation_type_open, "none") == 0)) &&
c->animation.action == OPEN) { c->animation.action == OPEN) {
c->animation.action = MOVE;
c->is_pending_open_animation = false;
c->animation.should_animate = false; c->animation.should_animate = false;
} }