Browse Source

[转档] - 从网页创建pdf无法关闭

jiajie 1 year ago
parent
commit
e03856fc81

+ 2 - 1
PDF Office/PDF Master/Class/Home/WindowController/KMURLToPDFWindowController/KMURLToPDFWindowController.swift

@@ -131,7 +131,8 @@ class KMURLToPDFWindowController: NSWindowController, NSTextFieldDelegate {
     }
 
     @IBAction func buttonItemClicked_Cancel(_ sender: NSButton) {
-        self.window?.endSheet(NSWindow.currentWindow())
+        NSWindow.currentWindow().endSheet(self.window!)
+        self.window?.orderOut(self)
     }
 
     func urlValueEncode(_ str: String) -> String? {