TextMate is a graphical text editor for OS X 10.7+
Revision | a611fc213d22e9349aedd854a82d38e1bea7e5b2 (tree) |
---|---|
Time | 2012-08-22 22:01:37 |
Author | Jacob Bandes-Storch <jtbandes@gmai...> |
Commiter | Allan Odgaard |
Prevent horizontal scrolling of search results
@@ -843,6 +843,7 @@ Any other string: | ||
843 | 843 | int last = [findAllResultsOutlineView numberOfRows]; |
844 | 844 | while(last-- != first) |
845 | 845 | [findAllResultsOutlineView expandItem:[findAllResultsOutlineView itemAtRow:last]]; |
846 | + [findAllResultsOutlineView sizeLastColumnToFit]; | |
846 | 847 | } |
847 | 848 | |
848 | 849 | - (void)folderSearchDidFinish:(NSNotification*)notification |