slint/internal/backends
Olivier Goffart eb879a80b5 Ensure that the Qt's NativeStyleMetrics don't crash when called from different threads
The test system may run tests in threads using the fluent style and the
testing backend.  But because the Qt backend is compiled in, the
NativeStyleMetrics is going to be Qt's and it will potentially be
constructed several times in parallel from different thread, causing
warnings and crashes within Qt.
So don't initialize the StyleMetrics, it is only used for the dark style
anyway
2022-10-18 15:54:57 +02:00
..
qt Ensure that the Qt's NativeStyleMetrics don't crash when called from different threads 2022-10-18 15:54:57 +02:00
selector Bump version number to 0.3.1 2022-09-15 14:39:51 +02:00
testing Simplify FontRequest 2022-09-30 23:31:32 +02:00
winit Fix quality of SVG rendering in the online editor (#1740) 2022-10-18 14:43:33 +02:00