[fix] 修复ChartLayout布局下时Label显示不正常的问题 (#231)

This commit is contained in:
monitor1394
2022-10-21 22:56:16 +08:00
parent bbab8d9b75
commit 42a77a9439
2 changed files with 2 additions and 0 deletions

View File

@@ -300,6 +300,7 @@ namespace XCharts.Runtime
base.SetAllComponentDirty();
m_Theme.SetAllDirty();
foreach (var com in m_Components) com.SetAllDirty();
foreach (var handler in m_SerieHandlers) handler.InitComponent();
m_RefreshChart = true;
}