We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253c343 commit 834aff0Copy full SHA for 834aff0
src/Mod/Draft/draftguitools/gui_arcs.py
@@ -591,8 +591,8 @@ def finish(self, cont=False):
591
`ui.continueMode` is `True`.
592
"""
593
App.activeDraftCommand = None
594
- self.tracker.finalize()
595
super().finish()
+ self.tracker.finalize()
596
if cont or (cont is None and Gui.Snapper.ui and Gui.Snapper.ui.continueMode):
597
self.Activated()
598
0 commit comments