|
@@ -488,6 +488,9 @@ static inline CPDFAreaOfInterest CAreaOfInterestForResizeHandle(CRectEdges mask,
|
|
|
if (self.annotationType == CAnnotationTypeInk || self.annotationType == CAnnotationTypeEraser) {
|
|
|
return nil;
|
|
|
}
|
|
|
+ if ([self.isCustomStampType isEqualToString: @"1"]) {
|
|
|
+ return nil;
|
|
|
+ }
|
|
|
if([self.activeAnnotations count] > 1) {
|
|
|
NSMenu *menu = [[NSMenu alloc] init];
|
|
|
|
|
@@ -2639,7 +2642,7 @@ static inline CPDFAreaOfInterest CAreaOfInterestForResizeHandle(CRectEdges mask,
|
|
|
// [self updateActiveAnnotations:@[annotation]];
|
|
|
// [self setNeedsDisplayAnnotation:annotation];
|
|
|
// } else if(self.activeAnnotations.count >0) {
|
|
|
- [self updateActiveAnnotations:@[]];
|
|
|
+ [self updateActiveAnnotations:@[annotation]];
|
|
|
[self setNeedsDisplayAnnotationViewForPage:page];
|
|
|
// }
|
|
|
if (!self.isStampModel) {
|