Browse Source

【2025】【Protect】标记密文Annotation 边框过大问题修复

lizhe 1 month ago
parent
commit
ba37dcee29

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

@@ -1950,7 +1950,7 @@ static inline CPDFAreaOfInterest CAreaOfInterestForResizeHandle(CRectEdges mask,
             [quadrilateralPoints addObject:[NSValue valueWithPoint:CGPointMake(CGRectGetMinX(bounds), CGRectGetMinY(bounds))]];
             [quadrilateralPoints addObject:[NSValue valueWithPoint:CGPointMake(CGRectGetMaxX(bounds), CGRectGetMinY(bounds))]];
             [annotation setQuadrilateralPoints:quadrilateralPoints];
-            [annotation setBorderWidth:5];
+            [annotation setBorderWidth:2];
             [self addAnnotation:annotation toPage:page];
             if(annotation) {
                 if(![self.activeAnnotations containsObject:annotation]) {