summaryrefslogtreecommitdiff
path: root/src/main/python/shapes/shapes.py
diff options
context:
space:
mode:
authorBlaine2020-06-16 20:05:42 +0530
committerBlaine2020-06-16 20:05:42 +0530
commit53705bc5d938fcefceb9a3419cae0436dd5f3952 (patch)
treec3e4203f9258782e8a85fe24ff0a2b68bfd70552 /src/main/python/shapes/shapes.py
parentfbed3e0592b409cf9198bcdd99feb0e568e1251a (diff)
downloadChemical-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.py1
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 {