Child TextBundle render in bottom left corner if parent is Display::None #1135
Labels
A-Hierarchy
Parent-child entity hierarchies
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Bug
An unexpected or incorrect behavior
Bevy version
Checked on both 0.4 and 61ce3f7.
Operating system & version
macOS Catalina
What you did
Added a child
TextBundle
to a rootNodeBundle
, then set the root node to not be displayed.Here's a full script:
What you expected to happen
TextBundle
should not have been shown on the screen at all.What actually happened
TextBundle
rendered to the bottom left corner of the screen.Additional information
Unexpected:
If root is displayed:
The text was updated successfully, but these errors were encountered: