|
@@ -3045,9 +3045,9 @@ static inline CPDFAreaOfInterest CAreaOfInterestForResizeHandle(CRectEdges mask,
|
|
|
} else if ([newActiveAnnotation isKindOfClass:[CPDFTextAnnotation class]]) {
|
|
|
[self editAnnotation:newActiveAnnotation];
|
|
|
} else if ([theEvent clickCount] == 2) {
|
|
|
- if (![newActiveAnnotation isKindOfClass:[CPDFTextAnnotation class]]) {
|
|
|
- [self editAnnotation:newActiveAnnotation];
|
|
|
- }
|
|
|
+// if (![newActiveAnnotation isKindOfClass:[CPDFTextAnnotation class]]) {
|
|
|
+// [self editAnnotation:newActiveAnnotation];
|
|
|
+// }
|
|
|
}
|
|
|
}
|
|
|
[self setNeedsDisplayAnnotationViewForPage:page];
|