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