diff --git a/Assets/XCharts/Editor/PropertyDrawers/ComponentThemeDrawer.cs b/Assets/XCharts/Editor/PropertyDrawers/ComponentThemeDrawer.cs index e2eab097..7ae4dcd9 100644 --- a/Assets/XCharts/Editor/PropertyDrawers/ComponentThemeDrawer.cs +++ b/Assets/XCharts/Editor/PropertyDrawers/ComponentThemeDrawer.cs @@ -92,7 +92,6 @@ namespace XCharts return new List { "m_TextBackgroundColor" , "m_LineLength", - "m_SplitLineLength", }; } }