Merge pull request #24070 from tarman3/leadinout_fix3

CAM: LeadInOut - Remove useless var
This commit is contained in:
sliptonic
2025-09-23 09:20:59 -05:00
committed by GitHub

View File

@@ -1127,8 +1127,6 @@ class TaskDressupLeadInOut(SimpleEditPanel):
self.connectWidget("RapidPlunge", self.form.chkRapidPlunge)
self.setFields()
styleEnum = self.obj.getEnumerationsOfProperty("StyleIn")
def handleGroupBoxCheck():
self.obj.LeadIn = self.form.groupBoxIn.isChecked()
self.obj.LeadOut = self.form.groupBoxOut.isChecked()