fix:1、修复bug

This commit is contained in:
2026-05-27 09:32:33 +08:00
parent 5f68fe42c1
commit d4f6b82209
27 changed files with 388 additions and 379 deletions
@@ -20,8 +20,8 @@ namespace FGUI.LG_live
{
base.ConstructFromXML(xml);
list_ = (GList)GetChildAt(1);
btn_close = (GButton)GetChildAt(2);
list_ = (GList)GetChildAt(2);
btn_close = (GButton)GetChildAt(3);
}
}
}