From e9f511e4e6743532a028c16e429de0c32790c42e Mon Sep 17 00:00:00 2001 From: Russell Johnson <47639332+Russ4262@users.noreply.github.com> Date: Tue, 2 Jun 2020 19:59:27 -0500 Subject: [PATCH] Path: Fix reference to label in UI panel --- src/Mod/Path/PathScripts/PathPocketBaseGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathPocketBaseGui.py b/src/Mod/Path/PathScripts/PathPocketBaseGui.py index e9aae91d9d..43d4bbce1d 100644 --- a/src/Mod/Path/PathScripts/PathPocketBaseGui.py +++ b/src/Mod/Path/PathScripts/PathPocketBaseGui.py @@ -65,7 +65,7 @@ class TaskPanelOpPage(PathOpGui.TaskPanelPage): form.clearEdges.hide() if FeaturePocket & self.pocketFeatures(): - form.extraOffsetLabel.setText(translate("PathPocket", "Pass Extension")) + form.extraOffset_label.setText(translate("PathPocket", "Pass Extension")) form.extraOffset.setToolTip(translate("PathPocket", "The distance the facing operation will extend beyond the boundary shape.")) if not (FeatureOutline & self.pocketFeatures()):