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
Notice the empty space to the right. I actually have a worse case in my project, but I couldn't reproduce it outside:
Regression from #77651
CC @Rindbee
Steps to reproduce
Add a new script
Name it ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.gd
Hover its name in the Script Editor
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered:
The first call to _update_minimum_size() usually happens when the control is first visible in the tree. This might be a bit late for Label. The (minimum) size cache needs to be recalculated after the text is modified and the theme is changed.
Godot version
4.1 db5113d
System information
Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 30.0.15.1403) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads)
Issue description
Notice the empty space to the right. I actually have a worse case in my project, but I couldn't reproduce it outside:
Regression from #77651
CC @Rindbee
Steps to reproduce
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.gd
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: