mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-17 13:52:40 +00:00
Oops
This commit is contained in:
@@ -35,6 +35,7 @@ namespace QuickLook.Plugin.PDFViewer
|
||||
|
||||
public void View(string path, ContextObject context)
|
||||
{
|
||||
_pdfControl = new PdfViewerControl();
|
||||
context.ViewerContent = _pdfControl;
|
||||
|
||||
_pdfControl.Loaded += (sender, e) =>
|
||||
|
Reference in New Issue
Block a user