diff options
Diffstat (limited to 'src/main/python/shapes/shapes.py')
-rw-r--r-- | src/main/python/shapes/shapes.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/python/shapes/shapes.py b/src/main/python/shapes/shapes.py index f47ea28..01ec196 100644 --- a/src/main/python/shapes/shapes.py +++ b/src/main/python/shapes/shapes.py @@ -674,7 +674,8 @@ class NodeItem(QGraphicsSvgItem): "pos": (self.pos().x(), self.pos().y()), "lineGripItems": [(hex(id(i)), i.m_index) for i in self.lineGripItems], "label": self.label, - "rotation": self.rotation + "rotation": self.rotation, + "flipstate": self.flipState } def __setstate__(self, dict): |