Browse Source

return after applying the target animator in BaseBrushAnimator.cs

pull/5886/head
Jumar Macato 5 years ago
parent
commit
72ae35c9ea
No known key found for this signature in database GPG Key ID: B19884DAC3A5BF3F
  1. 2
      src/Avalonia.Visuals/Animation/Animators/BaseBrushAnimator.cs

2
src/Avalonia.Visuals/Animation/Animators/BaseBrushAnimator.cs

@ -52,7 +52,7 @@ namespace Avalonia.Animation.Animators
_targetAnimator.Property = this.Property;
_targetAnimator.Apply(animation, control, clock, match, onComplete);
return _targetAnimator.Apply(animation, control, clock, match, onComplete);
}
Logger.TryGet(LogEventLevel.Error, LogArea.Animations)?.Log(

Loading…
Cancel
Save