From 8c1a2d07e29b20023c351279cd8cb6cd51d118bf Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Sat, 8 Feb 2025 15:20:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96tagout=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E7=BB=93=E6=9D=9F=E5=90=8E=E9=87=8D=E7=BD=AE=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E7=BB=88=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index 3d2c8af6..c4c67c45 100644 --- a/main.c +++ b/main.c @@ -761,6 +761,7 @@ bool client_animation_next_tick(Client *c) { wlr_scene_node_set_enabled(&c->scene->node, false); client_set_suspended(c, true); c->animation.tagouted = true; + c->animation.current = c->geom; } return false; } else { @@ -3775,7 +3776,7 @@ void resize(Client *c, struct wlr_box geo, int interact) { set_open_animaiton(c, c->geom); } else { c->animainit_geom = c->animation.current; - } + } if (c->isnoborder || c->iskilling) { c->bw = 0;