diff --git a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml.cs b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml.cs index d4b5970..aafbca2 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml.cs +++ b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml.cs @@ -35,10 +35,7 @@ namespace QuickLook.Plugin.ImageViewer private void LoadImage(string path) { if (Path.GetExtension(path).ToLower() == ".gif") - { AnimationBehavior.SetSourceUri(viewPanelImage, new Uri(path)); - return; - } using (var image = new MagickImage(path)) {