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

Fix potential updateTrackingAreas bug with tooltips and cells #180

Merged
merged 2 commits into from
Aug 27, 2016

Conversation

Deadpikle
Copy link
Contributor

In one of my personal projects, I found that removing all NSTrackingArea objects for a view could cause tooltips to stop working. This pull request reflects the fix for that -- don't remove all tracking areas! Even if the tooltip bug doesn't necessarily exist for JNWCollectionViewCells, this should speed up the updateTrackingAreas function slightly by removing the array copy.

@jwilling
Copy link
Owner

Nice, thanks!

@jwilling jwilling merged commit d4092aa into jwilling:master Aug 27, 2016
@Deadpikle Deadpikle deleted the tracking-area-fix branch September 5, 2016 15:21
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

Successfully merging this pull request may close these issues.

2 participants