Delay the percentage size conversion to after the layouting phase

So we can see inthe layouting phase if the size was in percent
This commit is contained in:
Olivier Goffart 2021-02-11 14:59:49 +01:00
parent 92218a8b6e
commit 0174db3679
6 changed files with 67 additions and 53 deletions

View file

@ -10,7 +10,6 @@ LICENSE END */
Foo := Rectangle {
width: 30%;
// ^error{Cannot find parent property to apply relative lenght}
Rectangle {
height: 111%;