From 152db9fb8e79ab25f5d68daedfbf534fbd7442bd Mon Sep 17 00:00:00 2001 From: daboe01 Date: Tue, 17 May 2016 18:02:24 +0200 Subject: [PATCH] fixed: autoscrolling message was commented out --- AppKit/CPTableHeaderView.j | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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