|
@@ -2301,7 +2301,7 @@ static inline CPDFAreaOfInterest CAreaOfInterestForResizeHandle(CRectEdges mask,
|
|
|
CPDFRedactAnnotation *annotation = [[CPDFRedactAnnotation alloc] initWithPDFListViewNoteWith:self.document];
|
|
|
for (CPDFSelection *selection in currentSelection.selectionsByLine) {
|
|
|
CGRect bounds = selection.bounds;
|
|
|
- CGRect theBounds = CGRectInset(bounds, -2, -2);
|
|
|
+ CGRect theBounds = CGRectInset(bounds, -2, -3);
|
|
|
[quadrilateralPoints addObject:[NSValue valueWithPoint:CGPointMake(CGRectGetMinX(theBounds), CGRectGetMaxY(theBounds))]];
|
|
|
[quadrilateralPoints addObject:[NSValue valueWithPoint:CGPointMake(CGRectGetMaxX(theBounds), CGRectGetMaxY(theBounds))]];
|
|
|
[quadrilateralPoints addObject:[NSValue valueWithPoint:CGPointMake(CGRectGetMinX(theBounds), CGRectGetMinY(theBounds))]];
|