CAM: MillFacing - Fix icon active state

This commit is contained in:
tarman3
2025-12-20 10:17:56 +02:00
parent c423e8de08
commit efdabea4e0

View File

@@ -114,6 +114,9 @@ class ObjectMillFacing(PathOp.ObjectOp):
elif obj.StepOver > 100:
obj.StepOver = 100
if prop == "Active" and obj.ViewObject:
obj.ViewObject.signalChangeIcon()
def opPropertyDefinitions(self):
"""opPropertyDefinitions(obj) ... Store operation specific properties"""