diff options
-rw-r--r-- | src/main/python/shapes/shapes.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/python/shapes/shapes.py b/src/main/python/shapes/shapes.py index 71e9be7..7205ba7 100644 --- a/src/main/python/shapes/shapes.py +++ b/src/main/python/shapes/shapes.py @@ -463,6 +463,8 @@ class NodeItem(QGraphicsSvgItem): transform.rotate(90*rotation) self.setTransform(transform) for i in self.lineGripItems: + i.setTransform(transform) + i.updatePosition() for j in i.lines: j.createPath() |