bevy/crates/bevy_ui/src
ickshonpe 4580a91171
measure_text_system text query fix (#8466)
# Objective

The first query of `measure_text_system`'s `text_queries` `ParamSet`
queries for all changed `Text` meaning that non-UI `Text` entities could
be added to its queue.

## Solution

Add a `With<Node>` query filter.

---

## Changelog
changes:
* Added a `With<Node>` query filter to first query of
`measure_text_system`'s `text_queries` `ParamSet` to ensure that only UI
node entities are added to its local queue.
* Fixed comment (text is not computed on changes to style).
2023-04-22 21:30:38 +00:00
..
layout Fix the double leaf node updates in flex_node_system (#8264) 2023-04-21 14:23:46 +00:00
render Fix the UV calculations for clipped and flipped ImageNodes (#8195) 2023-04-17 15:58:34 +00:00
widget measure_text_system text query fix (#8466) 2023-04-22 21:30:38 +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 Consistent screen-space coordinates (#8306) 2023-04-05 22:32:36 +00:00
geometry.rs UiRect axes constructor (#7656) 2023-04-13 20:52:21 +00:00
lib.rs Allow bevy_ui crate to compile without the text feature enabled (#8437) 2023-04-18 19:41:02 +00:00
measurement.rs text_system split (#7779) 2023-04-17 15:23:21 +00:00
node_bundles.rs Add CSS Grid support to bevy_ui (#8026) 2023-04-17 16:21:38 +00:00
stack.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
ui_node.rs Split UI Overflow by axis (#8095) 2023-04-17 22:23:52 +00:00
update.rs Split UI Overflow by axis (#8095) 2023-04-17 22:23:52 +00:00