Move pad-outline plotting to plot_brditems_plotter.cpp.

This commit is contained in:
Jeff Young
2025-05-10 17:31:59 +01:00
parent c452fe9686
commit c78ce373fd
7 changed files with 92 additions and 50 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ void PSLIKE_PLOTTER::FlashPadOval( const VECTOR2I& aPadPos, const VECTOR2I& aSiz
if( aTraceMode == FILLED )
ThickSegment( a + aPadPos, b + aPadPos, size.x, aTraceMode, nullptr );
else
sketchOval( aPadPos, size, orient, USE_DEFAULT_LINE_WIDTH );
ThickOval( aPadPos, size, orient, USE_DEFAULT_LINE_WIDTH, nullptr );
}