mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 06:30:19 +00:00
0cf3000ee0
# Objective If a UI node has a changed `CalculatedSize` component and either the UI does a full update or the node also has a changed `Style` component, the node's corresponding Taffy node will be updated twice by `flex_node_system`. ## Solution Add a `Without<Calculated>` query filter so that the two changed node queries in `flex_node_system` are mutually exclusive and move the `CalculatedSize` node updater into the else block of the full-update if conditional. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |