|
@@ -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];
|