summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/python/shapes/line.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/python/shapes/line.py b/src/main/python/shapes/line.py
index 2c5a527..9f3bfaf 100644
--- a/src/main/python/shapes/line.py
+++ b/src/main/python/shapes/line.py
@@ -125,6 +125,7 @@ class Line(QGraphicsPathItem):
self.setAcceptHoverEvents(True)
# initiates path
self.createPath()
+ self.commonPaths=[]
def advance(self, phase):
# items = self.collidingItems(Qt.IntersectsItemShape)