View Single Post
I have a canvas with multiple layers (10, in fact). If I want to synchronize positioning of objects across the layers, I tried unlocking all layers, making them all visible, and then grouping all objects. This procedure allowed me to recenter the whole canvas. The downside is that when I ungrouped, all the objects had migrated to a single layer, and had not kept their original layer attributes.

How can I achieve the same effect without destroying my layers?

Thanks