适配Unity2019版本

This commit is contained in:
monitor1394
2020-03-02 17:59:57 +08:00
parent e807fafdd6
commit d8f57bdad2
2 changed files with 6 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ public class ChartEditorHelper
float defaultWidth = drawRect.width;
float defaultX = drawRect.x;
drawRect.width = EditorGUIUtility.labelWidth;
drawRect.width = EditorGUIUtility.labelWidth - EditorGUI.indentLevel * 15;
var displayName = string.IsNullOrEmpty(moduleName) ? prop.displayName : moduleName;
toggle = EditorGUI.Foldout(drawRect, toggle, displayName, bold ? foldoutStyle : EditorStyles.foldout);
if (moduleToggle[key] != toggle)