Merge pull request #26316 from tarman3/millfacing_icon
CAM: MillFacing - Fix icon active state
This commit is contained in:
@@ -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"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user