mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
faster PDF file type determination and loading
This commit is contained in:
@@ -185,7 +185,7 @@ namespace QuickLook.Plugin.PDFViewer
|
||||
ReRenderCurrentPage();
|
||||
}
|
||||
|
||||
public Size GetDesiredControlSizeByFirstPage(string path)
|
||||
public static Size GetDesiredControlSizeByFirstPage(string path)
|
||||
{
|
||||
var tempHandle = new PdfFile(path);
|
||||
|
||||
|
Reference in New Issue
Block a user