slint/internal/compiler/generator
Olivier Goffart 86978e9fc1
Rust generated: fix constant non-inlined global
We must take care that all access to property that we consider constant
in global are accessed after the global has been initialized.

So initialize the global before the properties.

Fixes #8375 , #8337
2025-05-05 18:55:19 +02:00
..
cpp.rs Compiler: Fix changed callback on private global properties 2025-04-25 16:10:12 +02:00
rust.rs Rust generated: fix constant non-inlined global 2025-05-05 18:55:19 +02:00