mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 00:20:18 +00:00
修复一些小问题
This commit is contained in:
@@ -127,7 +127,7 @@ namespace XCharts
|
||||
drawRect.y += EditorGUIUtility.singleLineHeight + EditorGUIUtility.standardVerticalSpacing;
|
||||
|
||||
ChartEditorHelper.MakeTwoField(ref drawRect,pos.width,m_Center,"Center");
|
||||
ChartEditorHelper.MakeTwoField(ref drawRect,pos.width,m_Center,"Radius");
|
||||
ChartEditorHelper.MakeTwoField(ref drawRect,pos.width,m_Radius,"Radius");
|
||||
}
|
||||
|
||||
EditorGUI.PropertyField(drawRect, m_LineStyle);
|
||||
|
||||
Reference in New Issue
Block a user