From 4cfe3459d62a0a0d8af62b0b8da0999085a6d779 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Sat, 8 Feb 2025 14:59:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B5=B7=E5=A7=8B=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E5=A6=82=E6=9E=9C=E5=8A=A8=E7=94=BB=E8=A2=AB?= =?UTF-8?q?=E5=85=B6=E4=BB=96=E5=8A=A8=E7=94=BB=E6=89=93=E6=96=AD=EF=BC=8C?= =?UTF-8?q?=E9=82=A3=E5=B0=B1=E7=BB=A7=E7=BB=AD=E5=BD=93=E5=89=8D=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E4=B8=BA=E5=8A=A8=E7=94=BB=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index aabaf0b9..3d2c8af6 100644 --- a/main.c +++ b/main.c @@ -3774,7 +3774,7 @@ void resize(Client *c, struct wlr_box geo, int interact) { } else if (c->is_open_animation) { set_open_animaiton(c, c->geom); } else { - c->animainit_geom = oldgeom; + c->animainit_geom = c->animation.current; } if (c->isnoborder || c->iskilling) {