mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
Formatting.
This commit is contained in:
parent
b549c4feec
commit
0ec445e7cb
@ -207,7 +207,8 @@ void STROKE_PARAMS::Stroke( const SHAPE* aShape, LINE_STYLE aLineStyle, int aWid
|
|||||||
}
|
}
|
||||||
|
|
||||||
if( aLineStyle == LINE_STYLE::DASH
|
if( aLineStyle == LINE_STYLE::DASH
|
||||||
|| (( aLineStyle == LINE_STYLE::DASHDOT || aLineStyle == LINE_STYLE::DASHDOTDOT ) && i % wrapAround == 0))
|
|| ( ( aLineStyle == LINE_STYLE::DASHDOT || aLineStyle == LINE_STYLE::DASHDOTDOT )
|
||||||
|
&& ( i % wrapAround ) == 0 ) )
|
||||||
{
|
{
|
||||||
for( EDA_ANGLE currentAngle = startAngle; currentAngle < endAngle;
|
for( EDA_ANGLE currentAngle = startAngle; currentAngle < endAngle;
|
||||||
currentAngle += angleIncrementInRadians )
|
currentAngle += angleIncrementInRadians )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user