mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-20 23:40:10 +00:00
修复饼图在Inspector上修改相关参数后不刷新的问题
This commit is contained in:
@@ -172,6 +172,12 @@ namespace XCharts.Runtime
|
||||
DefaultChart();
|
||||
Awake();
|
||||
}
|
||||
|
||||
protected override void OnValidate()
|
||||
{
|
||||
base.OnValidate();
|
||||
foreach (var handler in m_SerieHandlers) handler.OnValidate();
|
||||
}
|
||||
#endif
|
||||
|
||||
protected override void Start()
|
||||
|
||||
Reference in New Issue
Block a user