|
@@ -2332,7 +2332,7 @@ static inline CPDFAreaOfInterest CAreaOfInterestForResizeHandle(CRectEdges mask,
|
|
|
![activeAnnotation isKindOfClass:[CSelfSignAnnotation class]]) || ([activeAnnotation isKindOfClass:[CPDFListSignatureAnnotation class]])){
|
|
|
CGFloat minWidth = MIN_NOTE_SIZE;
|
|
|
CGFloat minHeight = MIN_NOTE_SIZE;
|
|
|
- CGFloat scale = 0.5;
|
|
|
+ CGFloat scale = 1.0;
|
|
|
if (newBounds.size.width != 0) {
|
|
|
scale = newBounds.size.height/newBounds.size.width;
|
|
|
}
|