Merge pull request #2453 from daboe01/tableview-autoscroll

enable autoscrolling for tableview columns
This commit is contained in:
Alexandre Wilhelm
2016-05-18 10:13:36 -07:00
+1 -2
View File
@@ -417,8 +417,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