fix scrollbar bug

This commit is contained in:
Paddy Xu
2017-07-24 21:41:04 +03:00
parent 2ef607ecb9
commit f627011802

View File

@@ -161,8 +161,8 @@ namespace QuickLook.Plugin.PDFViewer
var image = bitmap.ToBitmapSource();
bitmap.Dispose();
pagePanel.ResetZoom();
pagePanel.Source = image;
pagePanel.ResetZoom();
_viewRenderFactor = factor;