Переглянути джерело

【编辑工具】添加背景模版,勾选File不应携带Color属性

lizhe 1 рік тому
батько
коміт
4f462c5311

Різницю між файлами не показано, бо вона завелика
+ 881 - 474
PDF Office/PDF Master.xcodeproj/xcuserdata/lizhe.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist


+ 1 - 1
PDF Office/PDF Master/Class/PDFTools/Background/New/View/KMAddBackgroundView.swift

@@ -357,7 +357,7 @@ class KMAddBackgroundView: KMBaseXibView, NSComboBoxDelegate {
             browseButton.isEnabled = true
             ratioTextField.isEnabled = true
             ratioStepper.isEnabled = true
-            background.color = nil
+            background.color = NSColor.white
             background.type = .file
             background.scale = ratioStepper.doubleValue
             doneButton.isEnabled = filePathLabel.stringValue.count > 0