slint/sixtyfps_runtime
Simon Hausmann 9e61d4168b Fix build of Paths with path elements with rust/llr
A `Path` with `MoveTo`/`LineTo`/etc. sub-elements now maps to an Expression::PathData of type
Type::PathData.

The llr lowering creates an Array of Type::PathElement, which is casted to PathData.

This only covers the element case. The compiled path events are still todo.
2022-01-12 16:22:35 +01:00
..
common Add key_code for BackTab 2022-01-08 20:37:18 +01:00
corelib Fix build of Paths with path elements with rust/llr 2022-01-12 16:22:35 +01:00
corelib_macros Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
interpreter Fix build of Paths with path elements with rust/llr 2022-01-12 16:22:35 +01:00
rendering_backends TabWidget: focus the tab when clicking on it 2022-01-12 14:54:04 +01:00