You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing a 'bug' with tooltips. The moment you round the corners, you can see some grey box behind the tooltip. I don't think this is intended to be there, but correct me if I am wrong or if I'm doing something wrong here.
Steps to reproduce
Use a custom theme, change the panel property of the tooltip and add rounded corners.
That would actually be very helpful to make sure we can test the right scenario and reproduce the issue.
I've added a test project, but it is basically what the reproduction steps say. I've been trying to figure out why this happens but I can't quite find why it does that.
Maybe it inherits from window, like popup does, and it does not make the window itself transparent? if that is the case it would be an easy fix, but I don't have much time to actually check it out. I may give it a try tomorrow morning to see if that would fix it
Godot version
4.0.3-stable
System information
Arch linux, i3 wm
Issue description
I'm experiencing a 'bug' with tooltips. The moment you round the corners, you can see some grey box behind the tooltip. I don't think this is intended to be there, but correct me if I am wrong or if I'm doing something wrong here.
Steps to reproduce
Use a custom theme, change the panel property of the tooltip and add rounded corners.
Minimal reproduction project
tooltip_bug.zip
The text was updated successfully, but these errors were encountered: