mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-30 13:14:45 -04:00
fix: groupbar hide judgement
This commit is contained in:
parent
aa56df474f
commit
869bafd26c
4 changed files with 13 additions and 14 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue