-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 coverart tootip if cover is not cached #12087
Conversation
This should fix the issue on Windows as well, reported here: #12103 (comment) |
e19da2c
to
53e91c5
Compare
In general this works as intended, but I noticed:
FlickeringCoverArtTooltip.mp4This is no a change request, but you might have an idea, where this comes from. |
I think you see the stacked cover fetch events they all result in redrawing the tool tip. Can you please test with #12103 which is on top of this. There is a chance that the flickering is fixed with it. |
The flickering appears also with #12103 |
This fixes the issue, that the tooltip is not shown after loading the cover art into the cache. But I noticed other cases when the tooltip is not shown. But these affect also other (text) tooltips, therefore these cases are unrelated. |
Thank you for investigations. |
This is on to of #12009 on the way to finally fix #11131