[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

@@ -157,6 +157,11 @@ namespace XCharts.Runtime
if (m_PainterTop) m_PainterTop.Refresh();
}
public override void RefreshGraph()
{
RefreshChart();
}
/// <summary>
/// Redraw chart serie in next frame.
/// |在下一帧刷新图表的指定serie。