From 1670fd34e9c9bdaa7ff86856f6b8774650079343 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Mon, 14 Jul 2025 23:07:29 +0800 Subject: [PATCH] fix: namescratchpad miss show surface clip_to_hide in tag animaiton hide the surface but miss enable it back in arrange. --- src/maomao.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/maomao.c b/src/maomao.c index 433c9ba..7a9c6bf 100644 --- a/src/maomao.c +++ b/src/maomao.c @@ -1493,6 +1493,7 @@ arrange(Monitor *m, bool want_animation) { !is_scroller_layout(c->mon)) { c->is_clip_to_hide = false; wlr_scene_node_set_enabled(&c->scene->node, true); + wlr_scene_node_set_enabled(&c->scene_surface->node, true); } client_set_suspended(c, false); if (!c->animation.tag_from_rule && want_animation &&