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 green NodeBundle with the calculated size has a max-width constraint of 0., so it takes up no space in the layout as expected. But the red NodeBundle doesn't grow to fill 100% of the width of the window and leaves an empty space.
Additional Information
Looked obviously like it must be a bug in Taffy, but couldn't reproduce it. Instead, it was definitely introduced by #7779 but I'm not sure how as #7779 doesn't modify any of the layout calculations except for changing how scale factor is applied, but this doesn't seem like a scale factor related bug.
The text was updated successfully, but these errors were encountered:
Bevy version
Main ee697f8
What you did
What went wrong
The green NodeBundle with the calculated size has a max-width constraint of 0., so it takes up no space in the layout as expected. But the red NodeBundle doesn't grow to fill 100% of the width of the window and leaves an empty space.
Additional Information
Looked obviously like it must be a bug in Taffy, but couldn't reproduce it. Instead, it was definitely introduced by #7779 but I'm not sure how as #7779 doesn't modify any of the layout calculations except for changing how scale factor is applied, but this doesn't seem like a scale factor related bug.
The text was updated successfully, but these errors were encountered: