From e7d20cf352688bf717a01f4e6d9e6f497c2bea4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 20 Sep 2025 19:19:34 +0200 Subject: New upstream version 5.3.1Beta2 --- app/bin/trkseg.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/bin/trkseg.c') diff --git a/app/bin/trkseg.c b/app/bin/trkseg.c index 82396a2..a663a82 100644 --- a/app/bin/trkseg.c +++ b/app/bin/trkseg.c @@ -1804,7 +1804,7 @@ EXPORT void DrawSegsO( DrawStraightTrack( d, p0, p1, FindAngle(p1, p0 ), - trk, color1, options ); + trk, color, options ); break; case SEG_STRLIN:; wDrawWidth w; @@ -1867,7 +1867,7 @@ EXPORT void DrawSegsO( c, fabs(segPtr->u.c.radius), a0, segPtr->u.c.a1, - trk, color1, options ); + trk, color, options ); } else { wDrawWidth w; if (segPtr->lineWidth < 0) { @@ -1916,7 +1916,7 @@ EXPORT void DrawSegsO( c, fabs(tempPtr->u.c.radius), a0, tempPtr->u.c.a1, - trk, color1, options ); + trk, color, options ); } else if (tempPtr->type == SEG_CRVLIN) { wDrawWidth w; if (tempPtr->lineWidth < 0) { @@ -1939,7 +1939,7 @@ EXPORT void DrawSegsO( if ( tempPtr->color == wDrawColorWhite ) { break; } DrawStraightTrack( d, p0, p1, FindAngle(p1,p0), - trk,color1,options); + trk,color,options); break; case SEG_STRLIN: REORIGIN(p0,tempPtr->u.l.pos[0], angle, orig); -- cgit v1.2.3