mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 10:19:07 +00:00
fix scrollbar bug
This commit is contained in:
@@ -161,8 +161,8 @@ namespace QuickLook.Plugin.PDFViewer
|
||||
var image = bitmap.ToBitmapSource();
|
||||
bitmap.Dispose();
|
||||
|
||||
pagePanel.ResetZoom();
|
||||
pagePanel.Source = image;
|
||||
pagePanel.ResetZoom();
|
||||
|
||||
_viewRenderFactor = factor;
|
||||
|
||||
|
Reference in New Issue
Block a user