This commit is contained in:
Roy-043
2023-09-02 23:04:41 +02:00
parent f8a5150e6f
commit e02cfb2f38

View File

@@ -342,7 +342,7 @@ class Arc(gui_base_original.Creator):
end = math.degrees(self.firstangle + self.angle)
if end < sta:
sta, end = end, sta
sta = sat % 360
sta = sta % 360
end = end % 360
try: