diff --git a/pcbnew/convert_drawsegment_list_to_polygon.cpp b/pcbnew/convert_drawsegment_list_to_polygon.cpp index 59a8288593..bde8222d91 100644 --- a/pcbnew/convert_drawsegment_list_to_polygon.cpp +++ b/pcbnew/convert_drawsegment_list_to_polygon.cpp @@ -553,6 +553,7 @@ bool ConvertOutlineToPolygon( std::vector& aSegList, SHAPE_POLY_SE prevPt = nextPt; } + break; case S_CURVE: // We do not support Bezier curves in polygons, so approximate