|
@@ -130,7 +130,7 @@ static inline CPDFAreaOfInterest CAreaOfInterestForResizeHandle(CRectEdges mask,
|
|
|
// }
|
|
|
// }
|
|
|
} else {
|
|
|
- if ([newActiveAnnotation isKindOfClass:[CPDFSignatureWidgetAnnotation class]]) {
|
|
|
+ if ([self.activeAnnotation isKindOfClass:[CPDFSignatureWidgetAnnotation class]]) {
|
|
|
if (self.toolMode == CFormToolMode) {
|
|
|
[self doDragAnnotationWithEvent:theEvent forAnnotation:self.activeAnnotation];
|
|
|
} else {
|
|
@@ -3936,9 +3936,9 @@ static inline CPDFAreaOfInterest CAreaOfInterestForResizeHandle(CRectEdges mask,
|
|
|
newActiveAnnotation = nil;
|
|
|
}
|
|
|
|
|
|
- if (([newActiveAnnotation isForm]) && self.toolMode != CFormToolMode) {
|
|
|
- newActiveAnnotation = nil;
|
|
|
- }
|
|
|
+// if (([newActiveAnnotation isForm]) && self.toolMode != CFormToolMode) {
|
|
|
+// newActiveAnnotation = nil;
|
|
|
+// }
|
|
|
|
|
|
if([newActiveAnnotation isKindOfClass:[CPDFInkAnnotation class]]) {
|
|
|
if(self.annotationType == CAnnotationTypeInk || self.annotationType == CAnnotationTypeEraser)
|