From f8e12ea66ca170fd129e9474c73604e5e3bc4682 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Thu, 22 Apr 2021 07:09:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88GaugeAxis=E7=9A=84m=5FSplitLi?= =?UTF-8?q?neLength=E5=8F=82=E6=95=B0=E5=BF=BD=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Editor/PropertyDrawers/ComponentThemeDrawer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Editor/PropertyDrawers/ComponentThemeDrawer.cs b/Editor/PropertyDrawers/ComponentThemeDrawer.cs index e2eab097..7ae4dcd9 100644 --- a/Editor/PropertyDrawers/ComponentThemeDrawer.cs +++ b/Editor/PropertyDrawers/ComponentThemeDrawer.cs @@ -92,7 +92,6 @@ namespace XCharts return new List { "m_TextBackgroundColor" , "m_LineLength", - "m_SplitLineLength", }; } }