From 532e869041d1e1f953632db5424ba933af94c851 Mon Sep 17 00:00:00 2001 From: Daniel Wood Date: Sat, 18 Apr 2020 12:03:57 +0100 Subject: [PATCH] don't hide the join type --- src/Mod/Path/PathScripts/PathDeburrGui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathDeburrGui.py b/src/Mod/Path/PathScripts/PathDeburrGui.py index 6334b6e9fc..878a349323 100644 --- a/src/Mod/Path/PathScripts/PathDeburrGui.py +++ b/src/Mod/Path/PathScripts/PathDeburrGui.py @@ -86,7 +86,6 @@ class TaskPanelOpPage(PathOpGui.TaskPanelPage): self.setupCoolant(obj, self.form.coolantController) self.form.joinRound.setChecked('Round' == obj.Join) self.form.joinMiter.setChecked('Miter' == obj.Join) - self.form.joinFrame.hide() self.selectInComboBox(obj.Direction, self.form.direction) def updateWidth(self):