On 07 Aug 2016, at 17:44, Allan Odgaard <mailinglist@textmate.org> wrote:Just looked at the code and it’s using an image + text cell and does actually iterate each row but asks the cell using
cellSizeForBounds:NSMakeRect:
which does not account for the image, but just usingcellSize
does, so I’ll make that change.