mirror of
https://github.com/bevyengine/bevy
synced 2024-12-18 17:13:10 +00:00
740e8f74dd
# 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. |
||
---|---|---|
.. | ||
2d.rs | ||
3d.rs | ||
ui.rs | ||
ui_layout_rounding.rs |