slint/internal/compiler/generator
Simon Hausmann 59d869cb84 Fix missing invocation of init() on Items with C++
In Rust, register_component in the run-time library is called unconditionally and
invokes init(). The window adapter is an optional
parameter.

In C++, we'd call register_component only if we had a window adapter, which meant
that we're missing init calls().

Amends cd9994306e
2023-07-14 13:09:45 +02:00
..
cpp.rs Fix missing invocation of init() on Items with C++ 2023-07-14 13:09:45 +02:00
rust.rs Fix setting rotation-angle and opacity from a callback 2023-07-11 20:07:49 +02:00