mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Fix compiler panic when accessing path.commands in expressions
Fixes #5564
This commit is contained in:
parent
f25b180ff7
commit
0c8a9fcefb
6 changed files with 30 additions and 4 deletions
|
@ -363,7 +363,7 @@ export component Path {
|
|||
in property <FillRule> fill-rule;
|
||||
in property <brush> stroke;
|
||||
in property <length> stroke-width;
|
||||
in property <string> commands;
|
||||
in property <string> commands; // 'fake' hardcoded in typeregister.rs
|
||||
in property <float> viewbox-x;
|
||||
in property <float> viewbox-y;
|
||||
in property <float> viewbox-width;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue