--- a/Graphics/UMLGraphicsView.py Mon Oct 14 20:08:19 2013 +0200 +++ b/Graphics/UMLGraphicsView.py Tue Oct 15 18:29:32 2013 +0200 @@ -744,7 +744,7 @@ AssociationItem.parseAssociationItemDataString( value.strip()) assoc = AssociationItem(umlItems[srcId], umlItems[dstId], - assocType, topToBottom) + assocType, topToBottom) self.scene().addItem(assoc) return True, -1