|
@@ -3725,6 +3725,12 @@ static inline CPDFAreaOfInterest CAreaOfInterestForResizeHandle(CRectEdges mask,
|
|
|
[newActiveAnnotation isKindOfClass:[CPDFSignatureAnnotation class]] ||
|
|
|
[newActiveAnnotation isKindOfClass:[CPDFWidgetAnnotation class]]) {
|
|
|
[newActiveAnnotation updateAppearanceStream];
|
|
|
+ if ([newActiveAnnotation isKindOfClass:[CPDFListStampAnnotation class]]) {
|
|
|
+ ((CPDFListStampAnnotation *)newActiveAnnotation).borderBounds = newActiveAnnotation.bounds;
|
|
|
+ }
|
|
|
+ if ([newActiveAnnotation isKindOfClass:[CPDFListSignatureAnnotation class]]) {
|
|
|
+ ((CPDFListSignatureAnnotation *)newActiveAnnotation).borderBounds = newActiveAnnotation.bounds;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|