Graphics/AssociationItem.py

changeset 2034
8de0fc1f7fef
parent 2030
db11a2fe9bbc
child 2302
f29e9405c851
--- a/Graphics/AssociationItem.py	Sun Sep 09 19:38:07 2012 +0200
+++ b/Graphics/AssociationItem.py	Mon Sep 10 18:42:28 2012 +0200
@@ -549,7 +549,7 @@
                 elif key == "dst":
                     dst = int(value)
                 elif key == "type":
-                    assocType = value
+                    assocType = int(value)
                 elif key == "topToBottom":
                     topToBottom = Utilities.toBool(value)
         

eric ide

mercurial