Skip to content

Commit 834aff0

Browse files
committed
minor edit
1 parent 253c343 commit 834aff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mod/Draft/draftguitools/gui_arcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,8 +591,8 @@ def finish(self, cont=False):
591591
`ui.continueMode` is `True`.
592592
"""
593593
App.activeDraftCommand = None
594-
self.tracker.finalize()
595594
super().finish()
595+
self.tracker.finalize()
596596
if cont or (cont is None and Gui.Snapper.ui and Gui.Snapper.ui.continueMode):
597597
self.Activated()
598598

0 commit comments

Comments
 (0)