eric7/Graphics/AssociationItem.py

branch
eric7
changeset 8366
2a9f5153c438
parent 8348
f4775ae8f441
child 8881
54e42bc2437a
--- 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)

eric ide

mercurial