From 1ac59dff864511639b368a1b3cdd0aadb949f4ac Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Sun, 22 May 2022 22:27:20 +0800 Subject: [PATCH] 3.0 --- Editor/ChildComponents/LabelStyleDrawer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Editor/ChildComponents/LabelStyleDrawer.cs b/Editor/ChildComponents/LabelStyleDrawer.cs index 9ead373a..103b345b 100644 --- a/Editor/ChildComponents/LabelStyleDrawer.cs +++ b/Editor/ChildComponents/LabelStyleDrawer.cs @@ -27,7 +27,6 @@ namespace XCharts.Editor PropertyField(prop, "m_Background"); PropertyField(prop, "m_TextStyle"); PropertyField(prop, "m_TextPadding"); - PropertyField(prop, "m_TextLimit"); --EditorGUI.indentLevel; } }