yyl
2025-08-25 973edc44a04dceb8b48a32ca912e6167f86189d4
Main/Component/UI/Common/GroupButtonEx.cs
@@ -103,7 +103,7 @@
        SelectBtn();
    }
    // 选中当前按钮
    // 选中当前按钮,只处理刷新显示
    public void SelectBtn(bool forceRefresh = false)
    {
        if (m_State == TitleBtnState.Click && !forceRefresh)
@@ -115,8 +115,6 @@
            m_Manager.SelectButton(this);
        }
        // 设置当前按钮为选中状态
        state = TitleBtnState.Click;
    }
    // 更新按钮状态