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

This commit is contained in:
jean-pierre charras 2022-05-09 11:00:29 +02:00
parent 3989cd9b00
commit 623dc8980f
1 changed files with 0 additions and 1 deletions

View File

@ -187,7 +187,6 @@ void PSLIKE_PLOTTER::FlashPadRoundRect( const VECTOR2I& aPadPos, const VECTOR2I&
else
{
SetCurrentLineWidth( USE_DEFAULT_LINE_WIDTH );
aCornerRadius -= GetCurrentLineWidth() / 2;
}