mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-28 20:28:46 +00:00
修复Unity2019.2上的兼容问题
This commit is contained in:
@@ -59,6 +59,7 @@
|
|||||||
|
|
||||||
## master
|
## master
|
||||||
|
|
||||||
|
* (2022.10.21) 修复`Unity2019.2`上的兼容问题
|
||||||
* (2022.10.18) 优化`Axis`的数值表现
|
* (2022.10.18) 优化`Axis`的数值表现
|
||||||
* (2022.10.15) 修复`Axis`的`Label`在`DataZoom`开启时可能显示不正常的问题 (#227)
|
* (2022.10.15) 修复`Axis`的`Label`在`DataZoom`开启时可能显示不正常的问题 (#227)
|
||||||
* (2022.10.14) 增加`DataZoom`对数值轴的支持
|
* (2022.10.14) 增加`DataZoom`对数值轴的支持
|
||||||
|
|||||||
@@ -691,7 +691,7 @@ namespace XCharts.Runtime
|
|||||||
|
|
||||||
public void OnBeforeSerialize()
|
public void OnBeforeSerialize()
|
||||||
{
|
{
|
||||||
#if UNITY_EDITOR && UNITY_2019_1_OR_NEWER
|
#if UNITY_EDITOR && UNITY_2019_3_OR_NEWER
|
||||||
if (!UnityEditor.EditorUtility.IsDirty(this))
|
if (!UnityEditor.EditorUtility.IsDirty(this))
|
||||||
return;
|
return;
|
||||||
UnityEditor.EditorUtility.ClearDirty(this);
|
UnityEditor.EditorUtility.ClearDirty(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user