bevy/crates/bevy_ui/src
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
..
flex Remove the corresponding measure from Taffy when a CalculatedSize component is removed. (#8294) 2023-04-05 21:29:29 +00:00
render Split opaque and transparent phases (#8090) 2023-03-28 06:35:16 +00:00
widget Changed spelling linebreak_behaviour to linebreak_behavior (#8285) 2023-04-05 21:25:53 +00:00
accessibility.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
camera_config.rs Extract component derive (#7399) 2023-01-30 18:12:16 +00:00
focus.rs Improve UI stack docs and other small tweaks (#8094) 2023-03-16 12:54:52 +00:00
geometry.rs Remove Val::Undefined (#7485) 2023-03-13 15:17:00 +00:00
lib.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
node_bundles.rs Change the Node doc comments to state that it stores the size in logical pixels (#7896) 2023-03-04 19:24:56 +00:00
stack.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
ui_node.rs Fix UI node docs (#8287) 2023-04-02 00:02:01 +00:00
update.rs Improve UI update_clipping_system comments (#8147) 2023-03-28 20:18:02 +00:00