Add saveable labels for parts and connectors

This commit is contained in:
xypwn
2020-04-03 19:38:01 +02:00
parent de3d0823fb
commit 5340635389
26 changed files with 341 additions and 63 deletions

View File

@@ -7,6 +7,7 @@ AndGate::AndGate(Logic* logic)
{
addInputs(2);
addOutputs(1);
setLabel("And Gate");
recalculateLayout();
}