fix: groupbar hide judgement

This commit is contained in:
DreamMaoMao 2026-06-29 13:33:18 +08:00
parent aa56df474f
commit 869bafd26c
4 changed files with 13 additions and 14 deletions

View file

@ -1132,7 +1132,7 @@ void pre_caculate_before_arrange(Monitor *m, bool want_animation,
client_add_jump_label_node(c);
}
if (c->group_bar && c->group_bar->scene_buffer->node.enabled) {
if (c->group_bar->scene_buffer->node.enabled) {
client_check_tab_node_visible(c);
}