Fix most undo/redo bugs

This commit is contained in:
xypwn
2020-03-29 18:25:08 +02:00
parent 9414c8c426
commit 0c5772ca52
9 changed files with 48 additions and 27 deletions

View File

@@ -19,10 +19,6 @@ public:
private:
Scene* m_scene;
Wire* m_wire;
Part* m_wireInputPart;
int m_wireInputConnectorIdx;
Part* m_wireOutputPart;
int m_wireOutputConnectorIdx;
};
#endif // REMOVEWIRE_H