-
-
Notifications
You must be signed in to change notification settings - Fork 21.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
Tree's button's tooltip error when set column title is visible #86497
Comments
Looks like the same bug broke AnimationLibraryEditor's button tooltips too. Recording.2024-01-03.065407.mp4It seems like a pretty big problem, because half the editor is different tree views. I've pinpointed this bug to somewhere between 4.1 and 4.2, because it's present as early as 4.2-rc1 |
Possibly regression from #79792 as per above comment, CC @Miguel0312 @KoBeWi @YuriSizov. |
I confirmed that regression comes from the mentioned PR (or at least reverting it fixes the bug), but couldn't figure out why does it happen. Something is wrong with item rects. |
Fixed by #90842. |
Tested versions
v4.2.1.stable.mono.official [b09f793]
System information
Godot v4.2.1.stable.mono - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 5GB (NVIDIA; 31.0.15.3623) - AMD Ryzen 9 3900X 12-Core Processor (24 Threads)
Issue description
Tree's button's tooltip error when set column tiltle visible
Steps to reproduce
.
Minimal reproduction project (MRP)
TreeTest.zip
The text was updated successfully, but these errors were encountered: