mirror of
https://github.com/bevyengine/bevy
synced 2024-11-21 20:23:28 +00:00
59863d3e8c
# Objective https://github.com/AccessKit/accesskit/pull/475 changed how text content should be set for AccessKit nodes with a role of `Label`. This was unfortunately missing from #16234. ## Solution When building an `accesskit::Node` with `Role::Label`, calls `set_value` instead of `set_label` on the node to set its content. ## Testing I can't test this right now on my Windows machine due to a compilation error with wgpu-hal I have no idea how to resolve. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |