Skip to content

Commit

Permalink
Fixed an error about AxisTick in Inpsector
Browse files Browse the repository at this point in the history
  • Loading branch information
monitor1394 committed Jan 21, 2021
1 parent 0ae92af commit ec4eee5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Assets/XCharts/CHANGELOG-EN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

# 更新日志

* (2021.01.21) Fixed an error about `AxisTick` in `Inpsector`
* (2021.01.21) Fixed a build compatibility error
* (2021.01.19) Add `XChartsSettings` `editorShowAllListData` parameter to configure whether to display all the list's data in Inspector
* (2021.01.19) Release `v2.0.0-preview.1` version
Expand Down
1 change: 1 addition & 0 deletions Assets/XCharts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

# 更新日志

* (2021.01.21) 修复`Inpsector`上展开`AxisTick`时报错问题
* (2021.01.21) 修复打包兼容报错问题
* (2021.01.19) 增加`XChartsSettings``editorShowAllListData`参数配置是否在`Inspector`中显示列表的所有数据
* (2021.01.19) 发布`v2.0.0-preview.1`版本
Expand Down
2 changes: 1 addition & 1 deletion Assets/XCharts/Editor/PropertyDrawers/LineDrawer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class AxisTickDrawer : BaseLineDrawer
protected override void DrawExtendeds(SerializedProperty prop)
{
base.DrawExtendeds(prop);
PropertyField(prop, "m_Interval");
PropertyField(prop, "m_AlignWithLabel");
PropertyField(prop, "m_Inside");
}
}
Expand Down

0 comments on commit ec4eee5

Please sign in to comment.