We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5247ebc + 1073c8e commit 138844aCopy full SHA for 138844a
src/engraving/dom/engravingitem.h
@@ -518,6 +518,8 @@ class EngravingItem : public EngravingObject
518
m_mask.reset();
519
//! NOTE Temporary removed, have problems, need investigation
520
//m_pos.reset();
521
+ autoplace.offsetChanged = OffsetChange::NONE;
522
+ autoplace.changedPos = PointF();
523
}
524
525
virtual bool isValid() const { return m_shape.has_value() && m_shape.value().bbox().isValid(); }
0 commit comments