From 1f198f1e5fba21fdff6fa15884bc6a92ba6a3e1d Mon Sep 17 00:00:00 2001 From: Paddy Xu Date: Wed, 9 Oct 2019 20:43:01 +0300 Subject: [PATCH] Line feed I guess? --- .../QuickLook.Plugin.ImageViewer/ImagePanel.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml.cs b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml.cs index f461e6e..a07c32b 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml.cs +++ b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml.cs @@ -342,7 +342,7 @@ namespace QuickLook.Plugin.ImageViewer _dragInitPos = temp; } - private void ViewPanel_MouseDoubleClick(object sender, MouseButtonEventArgs e) + private void ViewPanel_MouseDoubleClick(object sender, MouseButtonEventArgs e) { DoZoomToFit(); }