Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly set accessible value on label nodes (bevyengine#16418)
# Objective AccessKit/accesskit#475 changed how text content should be set for AccessKit nodes with a role of `Label`. This was unfortunately missing from bevyengine#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.
- Loading branch information