diff --git a/Source/NSTableView.m b/Source/NSTableView.m index 1535ec1e0..270a716f9 100644 --- a/Source/NSTableView.m +++ b/Source/NSTableView.m @@ -3774,7 +3774,7 @@ if (currentRow >= 0 && currentRow < _numberOfRows) \ [self _trackCellAtColumn: _clickedColumn row: _clickedRow withEvent: theEvent]; - didTrackCell = NO; + didTrackCell = YES; if ([[cell class] prefersTrackingUntilMouseUp]) {