mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-03 02:13:21 +00:00
![]() We try to only visit the bindings of used property. The problem is that when we visit the element, not all properties have been marked as used, yet. We have a chicken and egg problem. So just visit all bindings even for property we haven't reached. This is unfortunate that we have to do that, and we'd need a much deeper analysis to do this properly. Fixes #8144 |
||
---|---|---|
.. | ||
optim_passes | ||
expression.rs | ||
item_tree.rs | ||
lower_expression.rs | ||
lower_to_item_tree.rs | ||
pretty_print.rs |