|
@@ -2605,7 +2605,7 @@ static inline CPDFAreaOfInterest CAreaOfInterestForResizeHandle(CRectEdges mask,
|
|
|
originalBounds.size.width = 500;
|
|
|
originalBounds.size.height = 30;
|
|
|
NSRect newBounds = [self getValidFreetText:((CPDFFreeTextAnnotation *)annotation) rect:originalBounds];
|
|
|
- originalBounds.size.width = newBounds.size.width;
|
|
|
+ originalBounds.size.width = newBounds.size.width + 5;
|
|
|
originalBounds.size.height = newBounds.size.height;
|
|
|
annotation.bounds = originalBounds;
|
|
|
|