mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
Fix copy/pasta in arc plotting.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16531
This commit is contained in:
parent
a1f796ffa0
commit
f5aa2ea8cf
@ -181,7 +181,7 @@ void SCH_SHAPE::Plot( PLOTTER* aPlotter, bool aBackground,
|
|||||||
switch( GetShape() )
|
switch( GetShape() )
|
||||||
{
|
{
|
||||||
case SHAPE_T::ARC:
|
case SHAPE_T::ARC:
|
||||||
aPlotter->Arc( GetStart(), GetArcMid(), GetEnd(), m_fill, pen_size );
|
aPlotter->Arc( GetStart(), GetArcMid(), GetEnd(), FILL_T::NO_FILL, pen_size );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SHAPE_T::CIRCLE:
|
case SHAPE_T::CIRCLE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user