Skip to content

Commit

Permalink
Typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy-043 committed Sep 2, 2023
1 parent f8a5150 commit e02cfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Draft/draftguitools/gui_arcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def drawArc(self):
end = math.degrees(self.firstangle + self.angle)
if end < sta:
sta, end = end, sta
sta = sat % 360
sta = sta % 360
end = end % 360

try:
Expand Down

0 comments on commit e02cfb2

Please sign in to comment.