bevy/crates/bevy_ui
Viktor Gustavsson 22bfe7e981
Ensure ghost nodes are skipped when getting parent clipping rect (#16058)
# Objective

- Follow up on #16044
- `extract_uinode_borders` uses `bevy_hierarchy` directly instead of
going through the traversal utilities, meaning it won't handle
`GhostNode`s properly.

## Solution

- Replaced the use of `bevy_hierarchy::Parent` with
`UIChildren::get_parent`

## Testing

- Ran the `overflow` example, clipping looks ok.

---

---------

Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2024-10-24 23:33:24 +02:00
..
src Ensure ghost nodes are skipped when getting parent clipping rect (#16058) 2024-10-24 23:33:24 +02:00
Cargo.toml Release 0.15.0-rc.1 2024-10-22 22:44:41 +02:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy UI

License Crates.io Downloads Docs Discord