mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-16 05:10:12 +00:00
增加GridLayout网格布局组件
This commit is contained in:
@@ -66,7 +66,7 @@ namespace XCharts.Runtime
|
||||
}
|
||||
component.SetDefaultValue();
|
||||
if (component is IUpdateRuntimeData)
|
||||
(component as IUpdateRuntimeData).UpdateRuntimeData(chartX, chartY, chartWidth, chartHeight);
|
||||
(component as IUpdateRuntimeData).UpdateRuntimeData(this);
|
||||
AddComponent(component);
|
||||
m_Components.Sort();
|
||||
CreateComponentHandler(component);
|
||||
|
||||
Reference in New Issue
Block a user