Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy-043 committed Feb 2, 2024
1 parent 253c343 commit 834aff0
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 @@ -591,8 +591,8 @@ def finish(self, cont=False):
`ui.continueMode` is `True`.
"""
App.activeDraftCommand = None
self.tracker.finalize()
super().finish()
self.tracker.finalize()
if cont or (cont is None and Gui.Snapper.ui and Gui.Snapper.ui.continueMode):
self.Activated()

Expand Down

0 comments on commit 834aff0

Please sign in to comment.