소스 검색

【注释】双击注释不弹出附注

lizhe 1 년 전
부모
커밋
a5ac72ae8f
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      PDF Office/PDF Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m

+ 3 - 3
PDF Office/PDF Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m

@@ -3045,9 +3045,9 @@ static inline CPDFAreaOfInterest CAreaOfInterestForResizeHandle(CRectEdges mask,
                         } else if ([newActiveAnnotation isKindOfClass:[CPDFTextAnnotation class]]) {
                             [self editAnnotation:newActiveAnnotation];
                         } else if ([theEvent clickCount] == 2) {
-                            if (![newActiveAnnotation isKindOfClass:[CPDFTextAnnotation class]]) {
-                                [self editAnnotation:newActiveAnnotation];
-                            }
+//                            if (![newActiveAnnotation isKindOfClass:[CPDFTextAnnotation class]]) {
+//                                [self editAnnotation:newActiveAnnotation];
+//                            }
                         }
                     }
                     [self setNeedsDisplayAnnotationViewForPage:page];