Browse Source

【综合】自定义图章问题修正

niehaoyu 8 months ago
parent
commit
e23275e76d

+ 1 - 0
PDF Office/PDF Master/Class/PDFTools/Convert/NewController/KMConvertWindowController.swift

@@ -554,6 +554,7 @@ let kConvertFileSavePath = (kTempSavePath?.stringByAppendingPathComponent("conve
             isAllInOneSheet = false
             self.autoCreateFolderBtn.isEnabled = false
         }
+        self.autoCreateGuideBtn.isEnabled = self.autoCreateFolderBtn.isEnabled
     }
     
     @IBAction func buttonClicked_Cancel(_ sender: NSButton) {

+ 2 - 2
PDF Office/PDF Master/Class/PDFTools/Crop/Tools/KMCropTools.swift

@@ -70,8 +70,8 @@ import Cocoa
             foregroundBox.origin = origin
             foregroundBox.origin.x += 3
             foregroundBox.origin.y += 3
-            foregroundBox.size.width -= 5
-            foregroundBox.size.height -= 5
+            foregroundBox.size.width -= 3
+            foregroundBox.size.height -= 3
         }
         
         return NSIntegralRect(NSInsetRect(foregroundBox, -marginWidth, -marginHeight))

File diff suppressed because it is too large
+ 834 - 410
PDF Office/PDF Reader Pro.xcodeproj/xcuserdata/kdanmobile.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist