summaryrefslogtreecommitdiff
path: root/src/main/python/utils/undo.py
diff options
context:
space:
mode:
authorBlaine2020-06-02 23:34:38 +0530
committerBlaine2020-06-02 23:34:38 +0530
commit7ae4201c7539820108e991ff7df1a710e1387c13 (patch)
treeca122103eaa3c9fae7a9aedcca03a3c9036c50f5 /src/main/python/utils/undo.py
parent9a005e618c793f27b344688dcd7a000436c454c8 (diff)
parenteed83d5a458ecfb189ba637981a36a1c787fe7f2 (diff)
downloadChemical-PFD-7ae4201c7539820108e991ff7df1a710e1387c13.tar.gz
Chemical-PFD-7ae4201c7539820108e991ff7df1a710e1387c13.tar.bz2
Chemical-PFD-7ae4201c7539820108e991ff7df1a710e1387c13.zip
Merge branch 'merge'
Diffstat (limited to 'src/main/python/utils/undo.py')
-rw-r--r--src/main/python/utils/undo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/python/utils/undo.py b/src/main/python/utils/undo.py
index cf539e7..4a9f3dd 100644
--- a/src/main/python/utils/undo.py
+++ b/src/main/python/utils/undo.py
@@ -36,6 +36,7 @@ class addCommand(QUndoCommand):
self.scene.addItem(self.diagramItem)
self.diagramItem.setPos(self.itemPos)
self.scene.clearSelection()
+ # print(self.diagramItem)
self.scene.update()
class deleteCommand(QUndoCommand):