mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-07-01 13:14:23 -04:00
fix: miss set client isgroupfocusing to false when it no group member
This commit is contained in:
parent
e05bea855e
commit
a0feccc6ae
1 changed files with 4 additions and 0 deletions
|
|
@ -227,6 +227,10 @@ int32_t groupleave(const Arg *arg) {
|
||||||
wl_list_insert(&rc->link, &tc->link);
|
wl_list_insert(&rc->link, &tc->link);
|
||||||
wl_list_insert(&rc->flink, &tc->flink);
|
wl_list_insert(&rc->flink, &tc->flink);
|
||||||
|
|
||||||
|
if (!rc->group_prev && !rc->group_next) {
|
||||||
|
rc->isgroupfocusing = false;
|
||||||
|
}
|
||||||
|
|
||||||
arrange(tc->mon, false, false);
|
arrange(tc->mon, false, false);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue