Allow Autoplace property to be cloned

This commit is contained in:
Michele Spagnolo 2023-11-22 11:49:53 +01:00
parent eb36247c5c
commit f7146aad8b

View file

@ -278,7 +278,6 @@ String EngravingItem::translatedSubtypeUserName() const
EngravingItem* EngravingItem::linkedClone()
{
EngravingItem* e = clone();
e->setAutoplace(true);
score()->undo(new Link(e, this));
return e;
}