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 Image Flashing #53

Merged
merged 1 commit into from
Oct 20, 2023
Merged

Fix Image Flashing #53

merged 1 commit into from
Oct 20, 2023

Conversation

benlubas
Copy link
Contributor

@benlubas benlubas commented Oct 20, 2023

Fixes #52

A recent change introduced a bug where we were looping over images for wrong window when trying to
determine if they were overlapped by other windows, this resulted in rapid flashing as we attempted
to render and hide the image in an infinite loop.

Here is the line that was removed that I'm adding back

@3rd 3rd merged commit 64b39c8 into 3rd:master Oct 20, 2023
1 check passed
@3rd
Copy link
Owner

3rd commented Oct 20, 2023

Thank you so much!

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.

[bug] Image Flashing in floating windows
2 participants