Made a few corrections that stem from the change to add a separate

record to the label structure to hold the port number.  One major
issue stemming from this was reported in github issue #203 by Anton
Blanchard.  This commit fixes that error.
This commit is contained in:
Tim Edwards
2021-12-22 12:08:34 -05:00
parent ea414c822d
commit 716848067e
5 changed files with 12 additions and 3 deletions
+2
View File
@@ -480,6 +480,7 @@ DBUndoPutLabel(cellDef, lab)
lup->lue_just = lab->lab_just;
lup->lue_type = lab->lab_type;
lup->lue_flags = lab->lab_flags;
lup->lue_port = lab->lab_port;
lup->lue_font = lab->lab_font;
lup->lue_size = lab->lab_size;
lup->lue_rotate = lab->lab_rotate;
@@ -523,6 +524,7 @@ DBUndoEraseLabel(cellDef, lab)
lup->lue_just = lab->lab_just;
lup->lue_type = lab->lab_type;
lup->lue_flags = lab->lab_flags;
lup->lue_port = lab->lab_port;
lup->lue_font = lab->lab_font;
lup->lue_size = lab->lab_size;
lup->lue_rotate = lab->lab_rotate;