summaryrefslogtreecommitdiff
path: root/src/main/python/shapes/shapes.py
diff options
context:
space:
mode:
authorBlaine2020-06-18 15:59:40 +0530
committerBlaine2020-06-18 15:59:40 +0530
commit85a2d6f42168a9e693b7649b979b86f7a94d6ca3 (patch)
tree64330f423c94f9281d877fab30c9e1d40bf5a25a /src/main/python/shapes/shapes.py
parentc0c5fe6186ca5776c9ff8199b88c13c2ad0e72a8 (diff)
downloadChemical-PFD-85a2d6f42168a9e693b7649b979b86f7a94d6ca3.tar.gz
Chemical-PFD-85a2d6f42168a9e693b7649b979b86f7a94d6ca3.tar.bz2
Chemical-PFD-85a2d6f42168a9e693b7649b979b86f7a94d6ca3.zip
save update 2
Diffstat (limited to 'src/main/python/shapes/shapes.py')
-rw-r--r--src/main/python/shapes/shapes.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/python/shapes/shapes.py b/src/main/python/shapes/shapes.py
index 7205ba7..d492568 100644
--- a/src/main/python/shapes/shapes.py
+++ b/src/main/python/shapes/shapes.py
@@ -616,7 +616,8 @@ class NodeItem(QGraphicsSvgItem):
"height": self.height,
"pos": (self.pos().x(), self.pos().y()),
"lineGripItems": [(hex(id(i)), i.m_index) for i in self.lineGripItems],
- "label": self.label
+ "label": self.label,
+ "rotation": self.rotation
}
def __setstate__(self, dict):