diff options
author | Blaine | 2020-06-16 20:05:42 +0530 |
---|---|---|
committer | Blaine | 2020-06-16 20:05:42 +0530 |
commit | 53705bc5d938fcefceb9a3419cae0436dd5f3952 (patch) | |
tree | c3e4203f9258782e8a85fe24ff0a2b68bfd70552 /src/main/python/shapes/shapes.py | |
parent | fbed3e0592b409cf9198bcdd99feb0e568e1251a (diff) | |
download | Chemical-PFD-53705bc5d938fcefceb9a3419cae0436dd5f3952.tar.gz Chemical-PFD-53705bc5d938fcefceb9a3419cae0436dd5f3952.tar.bz2 Chemical-PFD-53705bc5d938fcefceb9a3419cae0436dd5f3952.zip |
line only + move rect behaviour
Diffstat (limited to 'src/main/python/shapes/shapes.py')
-rw-r--r-- | src/main/python/shapes/shapes.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/python/shapes/shapes.py b/src/main/python/shapes/shapes.py index b4c53c5..6d06cba 100644 --- a/src/main/python/shapes/shapes.py +++ b/src/main/python/shapes/shapes.py @@ -530,7 +530,6 @@ class NodeItem(QGraphicsSvgItem): action = contextMenu.exec_(event.screenPos()) if action == addLabelAction: self.label = ItemLabel(event.scenePos(), self) - self.scene().labelAdded.emit(self.label) def __getstate__(self): return { |