Merge pull request #3552 from Russ4262/BaseGeometry_Label_Fix

Path: Fix reference to label in UI panel in PathPocketBaseGui module
This commit is contained in:
sliptonic
2020-06-02 22:52:33 -05:00
committed by GitHub

View File

@@ -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()):