Reinstated the search on subcells when doing "drc check". This is

somewhat inefficient, but otherwise subcells do not get re-checked
for errors.
This commit is contained in:
Tim Edwards 2020-12-02 13:21:37 -05:00
parent 83e2fe55ce
commit fdf379ef71
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
8.3.89
8.3.90

View File

@ -702,8 +702,8 @@ drcCheckFunc(scx, cdarg)
DRCCheckThis(def, TT_CHECKPAINT, (Rect *) NULL);
/* New behavior: Don't search children, instead propagate errors up. */
/* (void) DBCellSrArea(scx, drcCheckFunc, (ClientData) NULL); */
/* Search children */
(void) DBCellSrArea(scx, drcCheckFunc, (ClientData) NULL);
/* As a special performance hack, if the complete cell area is
* handled here, don't bother to look at any more array elements.