properly invalidate bracket if no member is shown

This commit is contained in:
Felix Kratz 2022-12-15 20:32:53 +01:00
parent bb85f7640e
commit 1c1cb5494b

View file

@ -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;
}