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
The size after appearing was the size I gave the container originally. I then duplicated the contents and after toggling visibility, it doesn't restore the expanded size, but the old one.
Steps to reproduce
Create a container and give it some size
Put miltiple controls inside the container, so that it expands
Toggle visibility of the container twice
The container will appear with its original size
Minimal reproduction project
BugScene.tscn.txt
Duplicate the TextureRects and toggle visibility of root.
The text was updated successfully, but these errors were encountered:
KoBeWi
changed the title
Controls inside container have wrong size after container changes visibility
Container has wrong size when it appears after expanding
Feb 28, 2022
Godot version
3.x a76316c, does not happen on master
System information
W10
Issue description
The size after appearing was the size I gave the container originally. I then duplicated the contents and after toggling visibility, it doesn't restore the expanded size, but the old one.
Steps to reproduce
Minimal reproduction project
BugScene.tscn.txt
Duplicate the TextureRects and toggle visibility of root.
The text was updated successfully, but these errors were encountered: