diff --git a/pcbnew/plot_brditems_plotter.cpp b/pcbnew/plot_brditems_plotter.cpp index dc88940410..7984c3daac 100644 --- a/pcbnew/plot_brditems_plotter.cpp +++ b/pcbnew/plot_brditems_plotter.cpp @@ -600,9 +600,6 @@ void BRDITEMS_PLOTTER::PlotFootprintGraphicItems( const FOOTPRINT* aFootprint ) void BRDITEMS_PLOTTER::PlotFootprintShape( const FP_SHAPE* aShape ) { - if( aShape->Type() != PCB_FP_SHAPE_T ) - return; - m_plotter->SetColor( getColor( aShape->GetLayer() ) ); bool sketch = GetPlotMode() == SKETCH;