FIXED: COMP's view is not resizing correctly


When I make the parent comp’s height/width smaller than the child’s and Children/Fit → Fit height, it pixelates.

comp_bug.toe (4.25 KB)

Thanks, we’re having a look.

So after some analysis, it seems mostly correct.
That is the button size should change to match the parent height.

The button tile however, fails to update as the parent height changes.
It does however update, when displayed in one of its parent’s view.
We’re still working on that one.

The other bug, is that it was calculating its height improperly (49.624 something), instead of 50.
This has now been fixed for the next experimental.

Cheers.