Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drawing issues when compiled against 10.10 #5

Open
cjvraay opened this issue Dec 28, 2014 · 2 comments
Open

Drawing issues when compiled against 10.10 #5

cjvraay opened this issue Dec 28, 2014 · 2 comments

Comments

@cjvraay
Copy link

cjvraay commented Dec 28, 2014

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.

@pixelspark
Copy link

Same issue here...

@pixelspark
Copy link

This is fixed by inserting the following:

[contentView setNeedsDisplay:YES];

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants