diff --git a/src/animation/client.h b/src/animation/client.h index 229ff22..52d6973 100644 --- a/src/animation/client.h +++ b/src/animation/client.h @@ -879,6 +879,8 @@ void client_set_pending_state(Client *c) { (!c->animation_type_open && strcmp(animation_type_open, "none") == 0)) && c->animation.action == OPEN) { + c->animation.action = MOVE; + c->is_pending_open_animation = false; c->animation.should_animate = false; }