mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-19 23:10:06 +00:00
[fix] 修复Chart在Layout布局下时Label显示不正常的问题 (#231)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user