don't hide the join type

This commit is contained in:
Daniel Wood
2020-04-18 12:03:57 +01:00
parent ba34cc6a96
commit 532e869041

View File

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