Browse Source

【注释】添加便签注释时,鼠标悬浮到便签工具icon上,便签面板就消失了 -- 修复

lizhe 10 months ago
parent
commit
703b532ee9

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

@@ -1581,10 +1581,10 @@ NSNotificationName const KMPDFViewTableAnnotationDidChangeNotification = @"KMPDF
                 annotation.contents = listEditAnnotationViewController.contentString;
                 [self setNeedsDisplayAnnotation:annotation];
             } else {
-                if([self.activeAnnotations containsObject:annotation]) {
-                    [self.activeAnnotations removeObject:annotation];
-                }
-                [self removeAnnotation:annotation];
+//                if([self.activeAnnotations containsObject:annotation]) {
+//                    [self.activeAnnotations removeObject:annotation];
+//                }
+//                [self removeAnnotation:annotation];
             }
         } else {
             annotation.contents = listEditAnnotationViewController.contentString;