Преглед на файлове

【编辑工具】添加背景模版,勾选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