mbtablegrid icon indicating copy to clipboard operation
mbtablegrid copied to clipboard

Drawing issues when compiled against 10.10

Open cjvraay opened this issue 10 years ago • 2 comments

I'm guessing this isn't maintained any more, but have noticed that when compiled against 10.10 the tableGrid doesn't always draw when scrolled until a press triggers it to draw again.

cjvraay avatar Dec 28 '14 06:12 cjvraay

Same issue here...

pixelspark avatar Jan 04 '15 21:01 pixelspark

This is fixed by inserting the following:

[contentView setNeedsDisplay:YES];

At the end of MBTableGrid's - (void)contentViewDidScroll:(NSNotification *)aNotification :smile:

pixelspark avatar Jan 04 '15 21:01 pixelspark