From ee5ff22e58058c03b9134f64b408972dd6f75cde Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Mon, 22 Jun 2026 09:41:59 +0800 Subject: [PATCH] fix: fix cant focus group membar when change mon --- src/action/client.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/action/client.h b/src/action/client.h index 61dc8c9e..5b0be9d8 100644 --- a/src/action/client.h +++ b/src/action/client.h @@ -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); }