753 |
753 |
754 // ============================================================================= |
754 // ============================================================================= |
755 // |
755 // |
756 void LDMatrixObject::setTransform (const Matrix& val) |
756 void LDMatrixObject::setTransform (const Matrix& val) |
757 { |
757 { |
|
758 if (linkPointer()->document() != null) |
|
759 linkPointer()->document()->removeKnownVerticesOf (linkPointer()); |
|
760 |
758 changeProperty (linkPointer(), &m_transform, val); |
761 changeProperty (linkPointer(), &m_transform, val); |
|
762 |
|
763 if (linkPointer()->document() != null) |
|
764 linkPointer()->document()->addKnownVerticesOf (linkPointer()); |
759 } |
765 } |
760 |
766 |
761 // ============================================================================= |
767 // ============================================================================= |
762 // |
768 // |
763 static QMap<Vertex, LDSharedVertex*> g_sharedVerts; |
769 static QMap<Vertex, LDSharedVertex*> g_sharedVerts; |