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

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

lizhe преди 11 месеца
родител
ревизия
261ccf8e23
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      PDF Office/PDF Master/Class/PDFWindowController/Side/RightSide/AnnotationProperty/KMColorPickerView.swift

+ 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()
     }