bevy/crates/bevy_ui
ickshonpe 6e67d3e534
Remove the corresponding measure from Taffy when a CalculatedSize component is removed. (#8294)
# Objective

When a `CalculatedSize` component from a UI Node entity is removed, the
corresponding Taffy measure isn't removed which will mess up the layout
in confusing, unpredictable ways.

## Solution

Iterate through all the entities with removed `CalculatedSize`
components and remove the corresponding Taffy measures.
2023-04-05 21:29:29 +00:00
..
src Remove the corresponding measure from Taffy when a CalculatedSize component is removed. (#8294) 2023-04-05 21:29:29 +00:00
Cargo.toml Upgrade Taffy requirement to v0.3.5 (#7959) 2023-03-07 22:10:35 +00:00