Browse Source

【工具】添加文字 调整颜色无效问题修复

lizhe 11 months ago
parent
commit
261ccf8e23

+ 1 - 1
PDF Office/PDF Master/Class/PDFWindowController/Side/RightSide/AnnotationProperty/KMColorPickerView.swift

@@ -431,7 +431,7 @@ class KMColorPickerView: NSControl {
         
         var tColors = self.colors
         tColors[self.secterindex] = self.color!
-        self.colors = tColors
+        self.setColors(tColors)
         
         self.saveColors()
     }