I constantly am puzzled why an object isn’t filling a container when set to do so, and then remember that it’s a bug: resizing the object and then resetting it to “fill” fixes the problem.
I used to see this problem only when switching the layout direction of an auto-layout from vertical to horizontal, or vice versa; but now I’m seeing it when choose a new component variant of an instance. For whatever reason, double-clicking the offending layer usually resolves it in the latter case.
I experience this multiple times a day, and each time it’s time consuming to figure out what’s going on and get everything right again. Also, I worry that I have a bunch of misbehaving auto-layouts that I’m not even aware of.
Is anyone else seeing this issue?