mirror of
https://github.com/FelixKratz/SketchyBar
synced 2025-02-17 04:58:28 +00:00
properly invalidate bracket if no member is shown
This commit is contained in:
parent
bb85f7640e
commit
1c1cb5494b
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ void group_calculate_bounds(struct group* group, struct bar* bar, uint32_t y) {
|
|||
group->last_window = bar_item_get_window(group->last_item, bar->adid);
|
||||
|
||||
if (!group->first_window || !group->last_window) {
|
||||
group->bounds.origin = g_nirvana;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue