bevy/examples/testbed
Lomírus 740e8f74dd
fix: scroll list is non-scrollable (#16540)
# Objective

Run `testbed_ui` example:

```
cargo run --example testbed_ui
```

The scroll list is non-scrollable because it's blocked by the front
four-icon node.

## Solution

Add `PickingBehavior::IGNORE` for the front node

## Testing

- Did you test these changes? If so, how?

Yes.

- Are there any parts that need more testing?

No, I guess.

- How can other people (reviewers) test your changes? Is there anything
specific they need to know?
```
cargo run --example testbed_ui
```
- If relevant, what platforms did you test these changes on, and are
there any important ones you can't test?

macOS.
2024-11-28 17:27:58 +00:00
..
2d.rs Introduce testbed examples starting with 2d (#15954) 2024-10-16 17:37:47 +00:00
3d.rs Check examples screenshots on windows (#16010) 2024-10-20 14:58:35 +00:00
ui.rs fix: scroll list is non-scrollable (#16540) 2024-11-28 17:27:58 +00:00
ui_layout_rounding.rs UI anti-aliasing fix (#16181) 2024-11-13 21:41:02 +00:00