|
@@ -116,14 +116,13 @@ static inline CPDFAreaOfInterest CAreaOfInterestForResizeHandle(CRectEdges mask,
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
} else {
|
|
} else {
|
|
- if ([self consistentTypeWithAnnotation:newActiveAnnotation]) {
|
|
|
|
|
|
+ if ([self.activeAnnotation isKindOfClass:[KMTableAnnotation class]]) {
|
|
|
|
+ [self doDragTableAnnotationWithEvent:theEvent];
|
|
|
|
+ } else if ([self consistentTypeWithAnnotation:newActiveAnnotation]) {
|
|
[self doDragAnnotationWithEvent:theEvent forAnnotation:newActiveAnnotation];
|
|
[self doDragAnnotationWithEvent:theEvent forAnnotation:newActiveAnnotation];
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- if ([self.activeAnnotation isKindOfClass:[KMTableAnnotation class]]) {
|
|
|
|
- [self doDragTableAnnotationWithEvent:theEvent];
|
|
|
|
- }
|
|
|
|
} else if (self.isTakeSnapeSelectConetent) {
|
|
} else if (self.isTakeSnapeSelectConetent) {
|
|
[self doSelectSnapshotWithEvent:theEvent];
|
|
[self doSelectSnapshotWithEvent:theEvent];
|
|
} else if (CMoveToolMode == self.toolMode) {
|
|
} else if (CMoveToolMode == self.toolMode) {
|