bug: parent.w does'nt take in account flex-grow #120
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
When an object is marked in a flexbox with flexgrow, the children of that object will not update
parent.waccordingly.To Reproduce
Steps to reproduce the behavior:
Launch the code:
Expected behavior
The A label should align at the right of the parent
Checklist
Note: this breaks an example in the documentation
Expected:

Reality:

I believe this bug has been introduced by this commit.
In the child function,
:getSize()and other getters should return by default the base width and height.