Browse Source

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

7.0
jean-pierre charras 3 years ago
parent
commit
623dc8980f
  1. 1
      common/plotters/PS_plotter.cpp

1
common/plotters/PS_plotter.cpp

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

Loading…
Cancel
Save