From 8250775e05ea302ba940741e4c0dbc7b6b3f17eb Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Thu, 19 Jun 2025 09:45:21 +0800 Subject: [PATCH] fix: scroller window out of monitor when no animaiton --- src/maomao.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maomao.c b/src/maomao.c index f2d4683..7954827 100644 --- a/src/maomao.c +++ b/src/maomao.c @@ -5715,7 +5715,7 @@ void resize(Client *c, struct wlr_box geo, int interact) { c->configure_serial = client_set_size(c, c->geom.width - 2 * c->bw, c->geom.height - 2 * c->bw); - if (!animations || c == grabc) { + if (c == grabc) { c->animation.running = false; c->need_output_flush = false; c->animainit_geom = c->current = c->pending = c->animation.current =