From bbc521a2f3357fffd0b341aa9b8fd41833df6c77 Mon Sep 17 00:00:00 2001 From: Randall Luecke Date: Fri, 8 Jan 2010 00:05:24 -0600 Subject: [PATCH] removed call to scrollRowToVisible: the bug is in clipviews and should not be fixed in the tableview itself. --- AppKit/CPTableView.j | 2 -- 1 file changed, 2 deletions(-) diff --git a/AppKit/CPTableView.j b/AppKit/CPTableView.j index a7be3610a..11027742e 100644 --- a/AppKit/CPTableView.j +++ b/AppKit/CPTableView.j @@ -2168,7 +2168,6 @@ CPTableViewFirstColumnOnlyAutoresizingStyle = 5; _isSelectingSession = YES; [self _updateSelectionWithMouseAtRow:row]; - [self scrollRowToVisible:row]; [self _updateSelectionWithMouseAtRow:[self rowAtPoint:aPoint]]; if ((_implementedDataSourceMethods & CPTableViewDataSource_tableView_setObjectValue_forTableColumn_row_) @@ -2218,7 +2217,6 @@ CPTableViewFirstColumnOnlyAutoresizingStyle = 5; if (mouseIsUp && (_implementedDataSourceMethods & CPTableViewDataSource_tableView_setObjectValue_forTableColumn_row_) && !_trackingPointMovedOutOfClickSlop - //&& (((new Date()).getTime() - _startTrackingTimestamp.getTime()) <= CLICK_TIME_DELTA)) && ([[CPApp currentEvent] clickCount] > 1)) { columnIndex = [self columnAtPoint:lastPoint];