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
Godot v4.3.beta2 - Windows 10.0.19045 - Vulkan (Mobile) - dedicated Radeon RX 560 Series (Advanced Micro Devices, Inc.; 31.0.14001.45012) - Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz (4 Threads)
Issue description
When we resize nodes of type Control, with size (0,0), while holding down the Shift button, error spam occurs: scene/gui/control.cpp:1456 - Condition "!isfinite(p_size.x) || !isfinite(p_size.y)" is true.
0629.mp4
Steps to reproduce
Create a Panel node
Center it so it becomes a point in the center
Pull it by any side while holding Shift
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered:
Tested versions
Godot 4.2.2, Godot 4.3 beta2
System information
Godot v4.3.beta2 - Windows 10.0.19045 - Vulkan (Mobile) - dedicated Radeon RX 560 Series (Advanced Micro Devices, Inc.; 31.0.14001.45012) - Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz (4 Threads)
Issue description
When we resize nodes of type Control, with size (0,0), while holding down the Shift button, error spam occurs:
scene/gui/control.cpp:1456 - Condition "!isfinite(p_size.x) || !isfinite(p_size.y)" is true.
0629.mp4
Steps to reproduce
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: