diff options
author | sumit | 2020-06-05 07:56:36 +0530 |
---|---|---|
committer | sumit | 2020-06-05 07:56:36 +0530 |
commit | 7c300cf4adc7e7456f8c04e1a413318d2b421d3d (patch) | |
tree | dc5a4d9132878870193832bcef102037db131c48 /src | |
parent | 80ab599d62b5cdad8893bb91053ada843dd38da7 (diff) | |
parent | 37a4ded8e5b139a1cb150a8164bc5552e988a1c4 (diff) | |
download | Chemical-PFD-7c300cf4adc7e7456f8c04e1a413318d2b421d3d.tar.gz Chemical-PFD-7c300cf4adc7e7456f8c04e1a413318d2b421d3d.tar.bz2 Chemical-PFD-7c300cf4adc7e7456f8c04e1a413318d2b421d3d.zip |
Merge branch 'master' of https://github.com/Sumit-Sahu/Chemical-PFD
Diffstat (limited to 'src')
-rw-r--r-- | src/main/python/shapes/shapes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/python/shapes/shapes.py b/src/main/python/shapes/shapes.py index 691a359..47d9a52 100644 --- a/src/main/python/shapes/shapes.py +++ b/src/main/python/shapes/shapes.py @@ -287,7 +287,7 @@ class NodeItem(QGraphicsSvgItem): def __init__(self, unitOperationType, parent=None): QGraphicsSvgItem.__init__(self, parent) self.m_type = unitOperationType - self.id =None + self.id = None # self.m_renderer = QSvgRenderer("svg/" + unitOperationType + ".svg") # self.m_renderer = QSvgRenderer(fileImporter(f'svg/{unitOperationType}.svg')) self.m_renderer = QSvgRenderer(fileImporter(f'svg/ellipse.svg')) |