mirror of
https://github.com/textmate/textmate.git
synced 2026-01-20 20:27:59 -05:00
Don’t call NSOutlineView’s sizeLastColumnToFit
This doesn’t seem to be required, might only have been an issue with cell-based outline views, or perhaps only on an older version of the OS.
This commit is contained in:
@@ -795,7 +795,6 @@ NSString* const FFFindWasTriggeredByEnter = @"FFFindWasTriggeredByEnter";
|
||||
for(FFResultNode* item in [_results.children objectsAtIndexes:newItemsIndexes])
|
||||
[self.windowController.resultsOutlineView expandItem:item];
|
||||
[self.windowController.resultsOutlineView endUpdates];
|
||||
[self.windowController.resultsOutlineView sizeLastColumnToFit];
|
||||
}
|
||||
|
||||
- (void)folderSearchDidFinish:(NSNotification*)aNotification
|
||||
|
||||
Reference in New Issue
Block a user