fix: namescratchpad miss show surface

clip_to_hide in tag animaiton hide the surface but miss enable it back
in arrange.
This commit is contained in:
DreamMaoMao 2025-07-14 23:07:29 +08:00
parent 6daa0394af
commit ae14657e0f

View file

@ -1505,6 +1505,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 &&