diff options
author | sumit | 2020-05-31 21:41:45 +0530 |
---|---|---|
committer | Blaine | 2020-06-03 15:21:59 +0530 |
commit | f98bb44ef77d7f6d42e6f112ad8978fc5ef2c9eb (patch) | |
tree | ea31ed4baba60224f084497072319d5b72df3208 /src | |
parent | 76a8d691c267a5e65074ee99468800c1d3e3d930 (diff) | |
download | Chemical-PFD-f98bb44ef77d7f6d42e6f112ad8978fc5ef2c9eb.tar.gz Chemical-PFD-f98bb44ef77d7f6d42e6f112ad8978fc5ef2c9eb.tar.bz2 Chemical-PFD-f98bb44ef77d7f6d42e6f112ad8978fc5ef2c9eb.zip |
add variable commonPaths
Diffstat (limited to 'src')
-rw-r--r-- | src/main/python/shapes/line.py | 1 |
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) |