diff --git a/common/plotters/common_plot_functions.cpp b/common/plotters/common_plot_functions.cpp index 4b296e8160..c6a3bc7133 100644 --- a/common/plotters/common_plot_functions.cpp +++ b/common/plotters/common_plot_functions.cpp @@ -160,7 +160,7 @@ void PlotDrawingSheet( PLOTTER* plotter, const PROJECT* aProject, const TITLE_BL case WSG_POLY_T: { DS_DRAW_ITEM_POLYPOLYGONS* poly = (DS_DRAW_ITEM_POLYPOLYGONS*) item; - int penWidth = std::max( poly->GetPenWidth(), defaultPenWidth ); + int penWidth = poly->GetPenWidth(); std::vector points; for( int idx = 0; idx < poly->GetPolygons().OutlineCount(); ++idx )