slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
16.01k stars 526 forks source link

Testing: Fix duplicated accessibility element #5370

Closed ogoffart closed 4 weeks ago

ogoffart commented 4 weeks ago

This fix the C++ todo test that wasn't run because of a typo

When an element is optimized in another one, only the first one should report the accessible properties. (because element with accessible properties cannot be optimized so they are always the first)