[bug] fix editor auto refresh bug

This commit is contained in:
monitor1394
2022-09-09 13:19:22 +08:00
parent dd6833d322
commit ac7628ce68
4 changed files with 9 additions and 3 deletions

View File

@@ -80,9 +80,9 @@ namespace XCharts.Runtime
if (m_IsOnValidate)
{
m_IsOnValidate = false;
m_RefreshChart = true;
CheckTextMeshPro();
InitComponent();
RefreshGraph();
}
else
{