diff --git a/macosx/FileOutlineView.m b/macosx/FileOutlineView.m index 1d3eb0329..c9df760fa 100644 --- a/macosx/FileOutlineView.m +++ b/macosx/FileOutlineView.m @@ -78,7 +78,7 @@ if (event) { NSPoint point = [self convertPoint: [event locationInWindow] fromView: nil]; - if (NSPointInRect(point, [self frame])) + if ([self columnAtPoint: point] == [self columnWithIdentifier: @"Priority"]) row = [self rowAtPoint: point]; }