mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Remove undocumented and dysfunctional PathLayout
This type is poorly implemented and not documented. Let's remove it for now. It shall remain available in the git history in the event of a resurrection.
This commit is contained in:
parent
587c9f6942
commit
629c7ed80e
22 changed files with 16 additions and 663 deletions
|
@ -12,5 +12,5 @@ TestCase := Rectangle {
|
|||
}
|
||||
|
||||
LineTo { x: 100; y: 0; }
|
||||
// ^error{LineTo can only be within the following elements: Path, PathLayout}
|
||||
// ^error{LineTo can only be within a Path element}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue