mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 08:50:10 +00:00
修复拖出制作预设时异常的问题
This commit is contained in:
@@ -96,7 +96,7 @@ namespace XCharts
|
||||
var btnPanel = transform.Find("chart_list");
|
||||
m_BtnClone = transform.Find("btn_clone").gameObject;
|
||||
m_BtnClone.SetActive(false);
|
||||
//ChartHelper.DestroyAllChildren(btnPanel);
|
||||
ChartHelper.DestroyAllChildren(btnPanel);
|
||||
foreach (var module in m_ChartModule)
|
||||
{
|
||||
var btnName = "btn_" + module.name;
|
||||
|
||||
Reference in New Issue
Block a user