fixed: autoscrolling message was commented out

This commit is contained in:
daboe01
2016-05-17 20:37:33 +02:00
parent c61d992559
commit 152db9fb8e
+1 -2
View File
@@ -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