GraphNode
overflows last child when one of the previous children has vertical sizing set to fill expand
#85558
Labels
Godot version
v4.2.stable.official [46dc277]
System information
Godot v4.2.stable - Pop!_OS 22.04 LTS - X11 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1650 (nvidia; 535.129.03) - Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz (8 Threads)
Issue description
Setting the vertical sizing flag to
Fill Expand
of a child of aGraphNode
that is not last fills the space until the last child is almost outside theGraphNode
. Trying the same setup with aVBoxContainer
node instead shows the expected behavior.Steps to reproduce
GraphNode
Control
node as its child, then add another so there are at least two child nodes.Fill
&Expand
.GraphNode
Minimal reproduction project
MRP.zip
The text was updated successfully, but these errors were encountered: