Merge branch 'master' into bplane

Conflicts:
	VERSION

Merged from master correction that should prevent "lef write" from
creating pins with no geometry in them.
This commit is contained in:
Tim Edwards 2020-04-01 09:01:33 -04:00
commit daf93e5bad
1 changed files with 1 additions and 1 deletions

View File

@ -973,7 +973,7 @@ lefWriteMacro(def, f, scale, hide)
labelLinkedList *newlll;
SelectChunk(&scx, lab->lab_type, 0, &carea, FALSE);
if (GEO_RECTNULL(&carea)) carea = lab->lab_rect;
if (GEO_RECTNULL(&carea)) carea = labr;
/* Note that a sticky label could be placed over multiple */
/* tile types, which would cause SelectChunk to fail. So */