From 38ad8b181e4aff5aba0c52e71d07d9111c6ac3d5 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期一, 20 十月 2025 15:06:26 +0800 Subject: [PATCH] 0312 修复布阵显示问题 --- Main/System/HeroUI/HeroPosWin.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Main/System/HeroUI/HeroPosWin.cs b/Main/System/HeroUI/HeroPosWin.cs index 884aa1f..4d081c4 100644 --- a/Main/System/HeroUI/HeroPosWin.cs +++ b/Main/System/HeroUI/HeroPosWin.cs @@ -496,7 +496,7 @@ HeroUIManager.Instance.selectTeamPosCountry = 0; HeroUIManager.Instance.selectTeamType = type; HeroUIManager.Instance.SortHeroOnTeamList(); - Refresh(); + Display(); heroListScroller.m_Scorller.RefreshActiveCellViews(); } -- Gitblit v1.8.0