slint/sixtyfps_runtime/rendering_backends/qt
Simon Hausmann cc7ea5b92a GL renderer: fix rendering of Text/TextInput when the text property changes in a way that requires different fonts
Unfortunately the text property was not included in the property dependency chain
for the cached Font.
This is fixed by delaying that with a getter function, but in the mid term
we should be able to remove this again once
femtovg learns lazy font resolution.
2021-09-17 18:27:44 +02:00
..
qt_widgets Fix natively styled list view item active/inactive rendering 2021-09-15 15:39:15 +02:00
build.rs Fixup previous commit 2021-09-06 14:59:19 +02:00
Cargo.toml Bump version number to 0.1.2 2021-09-04 10:08:51 +02:00
key_generated.rs Update license date 2021-07-02 15:55:54 +02:00
lib.rs Janitor: Fix clippy::needless_return 2021-08-18 00:24:51 +02:00
qt_widgets.rs Fix native widget rendering when the window is inactive 2021-09-15 15:34:34 +02:00
qt_window.rs GL renderer: fix rendering of Text/TextInput when the text property changes in a way that requires different fonts 2021-09-17 18:27:44 +02:00