Browse Source

【SDK】v2.1.2 内容更新

更新内容
高亮注释隐藏
lizhe 6 months ago
parent
commit
6f08c1c678

+ 1 - 0
PDF Office/PDF Master/Class/PDFWindowController/PDFListView/CPDFListView.m

@@ -387,6 +387,7 @@ NSNotificationName const CPDFListViewDisplayModeChangeNotification = @"CPDFListV
         for (CPDFAnnotation *annotation in page.annotations) {
             [annotation setAnnotationShouldDisplay:!self.hideNotes];
             [annotation setHidden: self.hideNotes];
+            [self updateHighLightAnnotation:annotation];
         }
     }
     [self setNeedsDisplayAnnotationViewForVisiblePages];

BIN
PDF Office/PDF Master/Class/PDFWindowController/PDFSDK/ComPDFKit.framework/Versions/A/ComPDFKit