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 a bug where explicitly ignored lines weren't honored by the renderer #111

Merged
merged 1 commit into from
Jun 22, 2021

Conversation

meowgorithm
Copy link
Member

This PR fixes a bug where lines requested to be ignored weren't always honored by the renderer due to some simple logical errors.

The bug became apparent with the the Bubbles Viewport with high performance scrolling enabled, which effectively allowed a race to ensue between the main renderer and the performance scroll renderer, resulting in random empty lines.

@meowgorithm meowgorithm merged commit b957c32 into master Jun 22, 2021
@meowgorithm meowgorithm deleted the honor-ignored-lines branch June 22, 2021 17:06
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.

None yet

1 participant