|
@@ -136,7 +136,7 @@
|
|
|
area &= ~CPDFLinkArea;
|
|
|
|
|
|
NSRect rect = CPDFListViewRectFromCenterAndSize(p, CGSizeMake(80, 100));
|
|
|
- CPDFSelection *sel = [page selectionForRect:rect];
|
|
|
+// CPDFSelection *sel = [page selectionForRect:rect];
|
|
|
if ([self isEditWithCurrentFreeText:self.activeAnnotation] && [[self.activeAnnotation page] isEqual:page] && NSPointInRect(p, [self.activeAnnotation bounds])) {
|
|
|
area = CPDFTextFieldArea;
|
|
|
} else if ((area & CReadingBarArea) == 0) {
|