fix: miss set client isgroupfocusing to false when it no group member

This commit is contained in:
DreamMaoMao 2026-06-21 19:59:24 +08:00
parent e05bea855e
commit a0feccc6ae

View file

@ -227,6 +227,10 @@ int32_t groupleave(const Arg *arg) {
wl_list_insert(&rc->link, &tc->link);
wl_list_insert(&rc->flink, &tc->flink);
if (!rc->group_prev && !rc->group_next) {
rc->isgroupfocusing = false;
}
arrange(tc->mon, false, false);
return 0;