From 9c80ed0a26955e4e8871d220649a569b7d50d05a Mon Sep 17 00:00:00 2001 From: "ALIENJACK\\alien" Date: Fri, 30 Aug 2024 16:28:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DRom=E5=88=97=E8=A1=A8,?= =?UTF-8?q?=E5=AF=B9=E8=B1=A1=E6=B1=A0=E5=A4=8D=E7=94=A8,=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=9C=AA=E5=9B=9E=E8=BD=AC=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs b/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs index 237c351..1d3bf2e 100644 --- a/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs +++ b/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs @@ -30,6 +30,8 @@ namespace AxibugEmuOnline.Client { m_romlib.BeginFetchRomInfo(m_romfile); } + + SetSelectState(data is ThirdMenuRoot tr && tr.SelectIndex == Index); } public void SetDependencyProperty(object data)