mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-02 11:08:30 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user