mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-18 14:30:10 +00:00
[bug] fix editor auto refresh bug
This commit is contained in:
@@ -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。
|
||||
|
||||
Reference in New Issue
Block a user