-
Notifications
You must be signed in to change notification settings - Fork 40
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
[Tooltip] Shadow broken on KDE-Plasma #233
Comments
…with better approach. Previously we checked whether the window of the tooltip could possibly be painted multiple times and then set a flag to prevent the shadow from being painted more than once. It is a lot easier to simply erase the background with a transparent color. This may also help with #233.
Is this only the first time per tooltip or for the first tooltip all together? |
Pretty sure it was first time for everything. (Can't test due to: |
I think the
That is very strange. It might be related to the configuration of the tooltip window. As pretty much the same window is shared for (almost) all tooltips that could explain why it only happens when the first tooltip is displayed. |
Still throws that error after cleaning, rebuilding multiple times. Do i have to delete cache or something? |
Oh I think this may be related to gradle not supporting transitive dependencies with |
Doesn't fix the problem. |
But I can tell you, instead of the original lines, now a black background is behind the tooltip. |
Interesting. I think I'll have to setup a local KDE-Plasma environment to investigate this issue. |
I was not able to reproduce this issue on my machine. Are you using X-Server or wayland? Also try to to disable opengl rendering in the system settings. As I am running plasma through wsl I can only test it for X-Server with XRender instead of opengl. This gives me the reason to believe it may be related to either one. |
I am using KWin and X11. Issue is still happening. |
You can disable the shadow by setting |
Originally posted by @weisJ in #172 (comment)
The text was updated successfully, but these errors were encountered: