Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

Commit

Permalink
Update AvaloniaGif/GifImage.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacato authored Mar 26, 2021
1 parent 604a81d commit 19c435c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions AvaloniaGif/GifImage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public Stretch Stretch
set => SetValue(StretchProperty, value);
}


private static void AutoStartChanged(AvaloniaPropertyChangedEventArgs e)
{
var image = e.Sender as GifImage;
Expand Down Expand Up @@ -180,4 +179,4 @@ private static void SourceChanged(AvaloniaPropertyChangedEventArgs e)
image.backingRTB = new RenderTargetBitmap(image.gifInstance.GifPixelSize, new Vector(96, 96));
}
}
}
}

0 comments on commit 19c435c

Please sign in to comment.