diff --git a/common/common_plotPS_functions.cpp b/common/common_plotPS_functions.cpp index f30b0f1921..0aee2ce25d 100644 --- a/common/common_plotPS_functions.cpp +++ b/common/common_plotPS_functions.cpp @@ -153,6 +153,9 @@ void PS_PLOTTER::arc( wxPoint centre, int StAngle, int EndAngle, int radius, if( radius <= 0 ) return; + if( StAngle > EndAngle ) + EXCHG( StAngle, EndAngle ); + set_current_line_width( width ); // Calculate start point.