Skip to content

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.

BUG:480356

CC @niccolove

Merge request reports