mirror of
https://github.com/bevyengine/bevy
synced 2025-02-17 14:38:34 +00:00
# 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 |