Path: fix error in Tag dressup when adding a point.

This commit is contained in:
jffmichi
2024-03-03 03:57:17 +01:00
parent 3f59036439
commit 04a9a5c8df

View File

@@ -206,7 +206,7 @@ class TaskPanel:
if cleanup:
self.removeGlobalCallbacks()
FreeCADGui.Snapper.off(True)
FreeCADGui.Snapper.off()
if self.buttonBox:
self.buttonBox.setEnabled(True)
self.removeEscapeShortcut()