diff --git a/src/Mod/Path/PathScripts/PathDressupTagGui.py b/src/Mod/Path/PathScripts/PathDressupTagGui.py index 709787c4d2..1fdfcd9e3d 100644 --- a/src/Mod/Path/PathScripts/PathDressupTagGui.py +++ b/src/Mod/Path/PathScripts/PathDressupTagGui.py @@ -324,7 +324,7 @@ class PathDressupTagTaskPanel: self.pointAcceptAndContinue() def cancel(): - self.pointCancel() + self.pointReject() self.pointWhenDone = whenDone self.formTags.hide() diff --git a/src/Mod/Path/PathScripts/PathGetPoint.py b/src/Mod/Path/PathScripts/PathGetPoint.py index 66806866cc..b4793fc654 100644 --- a/src/Mod/Path/PathScripts/PathGetPoint.py +++ b/src/Mod/Path/PathScripts/PathGetPoint.py @@ -116,7 +116,7 @@ class TaskPanel: self.pointAcceptAndContinue() def cancel(): - self.pointCancel() + self.pointReject() self.pointWhenDone = whenDone self.formOrig.hide()