From d2a2a9dfdd5c25a79e0fe6fa43cd27409fa367aa Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Mon, 1 Sep 2014 17:37:11 +0200 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20call=20NSOutlineView=E2=80=99s?= =?UTF-8?q?=20sizeLastColumnToFit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- Frameworks/Find/src/Find.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/Frameworks/Find/src/Find.mm b/Frameworks/Find/src/Find.mm index a7c7a286..e059adc6 100644 --- a/Frameworks/Find/src/Find.mm +++ b/Frameworks/Find/src/Find.mm @@ -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