修复Rom列表,对象池复用,状态未回转的bug

This commit is contained in:
ALIENJACK\alien 2024-08-30 16:28:05 +08:00
parent dba72e1fd4
commit aa37dcb006

View File

@ -30,6 +30,8 @@ namespace AxibugEmuOnline.Client
{ {
m_romlib.BeginFetchRomInfo(m_romfile); m_romlib.BeginFetchRomInfo(m_romfile);
} }
SetSelectState(data is ThirdMenuRoot tr && tr.SelectIndex == Index);
} }
public void SetDependencyProperty(object data) public void SetDependencyProperty(object data)