diff options
-rw-r--r-- | Graphics.py | 1 | ||||
-rw-r--r-- | Undo.dat | bin | 924 -> 41926 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/Graphics.py b/Graphics.py index 3deb9e2..3660f25 100644 --- a/Graphics.py +++ b/Graphics.py @@ -44,6 +44,7 @@ class Graphics(QDialog, QtWidgets.QGraphicsItem): pass else: self.unit_operations.append(i) + type(i).counter += 1 print(self.unit_operations) new_box = self.create_node_item(i, container) new_box.setPos(i.pos.toPoint().x(), i.pos.toPoint().y()) Binary files differ |