mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-24 13:36:42 -04:00
fix: fix cant focus group membar when change mon
This commit is contained in:
parent
230993ba00
commit
ee5ff22e58
1 changed files with 1 additions and 0 deletions
|
|
@ -162,6 +162,7 @@ void client_focus_group_member(Client *c) {
|
|||
|
||||
if (cur_focusing) {
|
||||
cur_focusing->isgroupfocusing = false;
|
||||
c->mon = cur_focusing->mon;
|
||||
client_replace(c, cur_focusing, true);
|
||||
mango_tab_bar_node_set_focus(cur_focusing->tab_bar_node, false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue