PS_plotter: fix a minor issue (forgotten in commit 91dfa79a).

This commit is contained in:
jean-pierre charras
2022-05-09 12:34:25 +02:00
parent 3989cd9b00
commit 623dc8980f
-1
View File
@@ -187,7 +187,6 @@ void PSLIKE_PLOTTER::FlashPadRoundRect( const VECTOR2I& aPadPos, const VECTOR2I&
else
{
SetCurrentLineWidth( USE_DEFAULT_LINE_WIDTH );
aCornerRadius -= GetCurrentLineWidth() / 2;
}