فهرست منبع

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