• Craig Watson's avatar
    Fix saving of groups' positions · 14849cf5
    Craig Watson authored
    Previously, only transforms were saved -- not positions (which are set
    if a group is moved by dragging it directly; if dragged by its frame,
    its transform is updated instead).
    
    Issue observed was that a group that had been moved would lose its new
    position when the document was saved then loaded. (All other transforms
    were kept, however).
    
    Now, when duplicating a group before saving a document, position is
    included in the group's transform.
    14849cf5
UBGraphicsScene.cpp 85.1 KB