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:
parent
83e2fe55ce
commit
fdf379ef71
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue