소스 검색

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

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