Add saveable labels for parts and connectors
This commit is contained in:
@@ -7,6 +7,7 @@ NotGate::NotGate(Logic* logic)
|
||||
{
|
||||
addInputs(1);
|
||||
addOutputs(1);
|
||||
setLabel("Not Gate");
|
||||
recalculateLayout();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user