bevy/crates/bevy_ui
ickshonpe da59de956f
Remove the With<Parent> query filter from bevy_ui::render::extract_uinode_borders (#9285)
# Objective

Remove the `With<Parent>` query filter from the `parent_node_query`
parameter of the `bevy_ui::render::extract_uinode_borders` function.
This is a bug, the query is only used to retrieve the size of the
current node's parent. We don't care if that parent node has a `Parent`
or not.

---------

Co-authored-by: François <mockersf@gmail.com>
2023-07-31 20:33:17 +00:00
..
src Remove the With<Parent> query filter from bevy_ui::render::extract_uinode_borders (#9285) 2023-07-31 20:33:17 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00