Call checkLastSpacer() onWantsToFill{Width,Height}Changed
The [wantsToFillHeight, wantsToFillWidth]
is not a bool
but a
list<bool>
, so the onWantsToFillSpaceChanged
was never triggered
due to the type mismatch.
CC @niccolove
The [wantsToFillHeight, wantsToFillWidth]
is not a bool
but a
list<bool>
, so the onWantsToFillSpaceChanged
was never triggered
due to the type mismatch.
CC @niccolove