|
@@ -109,6 +109,7 @@ static inline CPDFAreaOfInterest CAreaOfInterestForResizeHandle(CRectEdges mask,
|
|
|
[super mouseDown:theEvent];
|
|
|
} else if ([self isSupportSelectAnnotation] &&
|
|
|
!(self.clickLineAnnotation && self.isClickDoubleCreatLine) &&
|
|
|
+ !(self.clickSquareFronPolygonAnnotation) &&
|
|
|
[self doClickAnnotationWithEvent:theEvent forAnnotation:&newActiveAnnotation]) {
|
|
|
if(modifiers == NSEventModifierFlagCommand) {
|
|
|
if ([self.activeAnnotations containsObject:newActiveAnnotation]) {
|