[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Weird DRC error
Try this...
diff --git a/src/find.c b/src/find.c
index 6fb62b6..30a0bc5 100644
--- a/src/find.c
+++ b/src/find.c
@@ -2747,7 +2747,8 @@ IsPolygonInPolygon (PolygonTypePtr P1, PolygonTypePtr P2)
line.Point1.X = v->point[0];
line.Point1.Y = v->point[1];
- line.Thickness = 2 * Bloat;
+ /* Bloat is added by IsLineInPolygon, don't add it here too. */
+ line.Thickness = 0;
line.Clearance = 0;
line.Flags = NoFlags ();
for (v = v->next; v != &c->head; v = v->next)
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user