For a few months now I’ve been running into a very specific bug with auto-layout, items set to ignore auto-layout, items pinned to all sides, and undo.
When I cut (⌘-X) the parent item, then undo (⌘-Z) the nested ignore auto-layout pinned item has its Y position set to 340 instead of where it previously was (0).
I’m unable to get the problem to show up with a fresh file, so I’m convinced it’s some kind of cascading issue I have with a specific set of properties on components. Anyone else running into this?

