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

@@ -84,6 +84,9 @@ private:
void startTrackingPart(Part* part);
void stopTrackingPart(Part* part);
void startTrackingWire(Wire* wire);
void stopTrackingWire(Wire* wire);
// Called by Connector when it is clicked, for example when creating or deleting wires
void connectorClicked(Connector *connector);
// Removal is done undoably