mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 00:20:18 +00:00
修复Animation无法通过代码开启的问题 (#334)
This commit is contained in:
@@ -2007,7 +2007,7 @@ namespace XCharts.Runtime
|
||||
/// </summary>
|
||||
public void AnimationEnable(bool flag)
|
||||
{
|
||||
if (!animation.enable)
|
||||
if (animation.enable != flag)
|
||||
{
|
||||
animation.enable = flag;
|
||||
SetVerticesDirty();
|
||||
|
||||
Reference in New Issue
Block a user