--- a/eric7/Graphics/AssociationItem.py Sun May 23 13:33:13 2021 +0200 +++ b/eric7/Graphics/AssociationItem.py Sun May 23 15:35:49 2021 +0200 @@ -76,7 +76,7 @@ arrowFilled = False EricArrowItem.__init__(self, QPointF(0, 0), QPointF(100, 100), - arrowFilled, arrowType, colors, parent) + arrowFilled, arrowType, colors, parent) self.setFlag(QGraphicsItem.GraphicsItemFlag.ItemIsMovable, False) self.setFlag(QGraphicsItem.GraphicsItemFlag.ItemIsSelectable, False)