瀏覽代碼

【打印】内容选择框-框选后,切换到其他app-回来,右键-点击打印,必现崩溃 -- 修复

lizhe 6 月之前
父節點
當前提交
dac7bd7e0e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      PDF Office/PDF Master/Class/PDFTools/Print/KMPrintWindowController.swift

+ 1 - 1
PDF Office/PDF Master/Class/PDFTools/Print/KMPrintWindowController.swift

@@ -375,7 +375,7 @@ extension KMPrintWindowController {
             let controller = KMPrintAccessoryController_OC(nibName: "KMPrintAccessoryController_OC", bundle: nil)
             printOperation.printPanel.addAccessoryController(controller)
             
-            printOperation.runModal(for: NSApplication.shared.mainWindow!, delegate: self, didRun: nil, contextInfo: nil)
+            printOperation.runModal(for: NSWindow.currentWindow(), delegate: self, didRun: nil, contextInfo: nil)
         }
     }