소스 검색

【左边栏】- BOTA:注释列表Ink,图章注释预览图展示

liaoxiaoyue 1 년 전
부모
커밋
d845ffcd83
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      PDF Office/PDF Office/Class/PDFWindowController/Side/LeftSide/Annotation/View/KMAnnotationTableCellView.swift

+ 1 - 1
PDF Office/PDF Office/Class/PDFWindowController/Side/LeftSide/Annotation/View/KMAnnotationTableCellView.swift

@@ -107,7 +107,7 @@ class KMAnnotationTableCellView: NSTableCellView {
                     (annotation.isKind(of: CPDFLineAnnotation.self)) ||
                     (annotation.isKind(of: CPDFCircleAnnotation.self)) {
             contentInfoImg.isHidden = false
-            contentInfoImg.image = NSImage(named:"KMImageNameNewTipSelected")
+            contentInfoImg.image = CPDFAnnotationModel(pdfAnnotations: [annotation]).annotationImage
         }
         
         if annotation.contents != nil && annotation.contents != "" {