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

This commit is contained in:
ALIENJACK\alien 2024-08-30 16:28:05 +08:00
parent 96d0df5348
commit 9c80ed0a26

View File

@ -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)