Fixed a missing requirement of a reverse direction check on spacing

rules with "surround_ok" on different planes.
This commit is contained in:
Tim Edwards 2020-10-15 12:18:14 -04:00
parent 4bbe4ef74e
commit 5cb645e2d5
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8.3.66
8.3.67

View File

@ -1762,7 +1762,7 @@ drcMaskSpacing(set1, set2, pmask1, pmask2, wwidth, distance, adjacency,
{
needtrigger = TRUE;
touchingok = FALSE;
needReverse = TRUE;
}
else
{