diff --git a/AppKit/CPTableHeaderView.j b/AppKit/CPTableHeaderView.j index 36d6d1ef1..36dd03c14 100644 --- a/AppKit/CPTableHeaderView.j +++ b/AppKit/CPTableHeaderView.j @@ -414,8 +414,7 @@ var CPTableHeaderViewResizeZone = 3.0, } else if (_isDragging) { - // Disable autoscrolling until it behaves correctly. - //[self _autoscroll:theEvent localLocation:currentLocation]; + [self _autoscroll:theEvent localLocation:currentLocation]; [self _dragTableColumn:_activeColumn to:currentLocation]; } else // tracking a press, could become a drag