Skip to content

Commit a139cef

Browse files
authored
Merge pull request FreeCAD#26316 from tarman3/millfacing_icon
CAM: MillFacing - Fix icon active state
2 parents 2a6e3f8 + efdabea commit a139cef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Mod/CAM/Path/Op/MillFacing.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ def onChanged(self, obj, prop):
114114
elif obj.StepOver > 100:
115115
obj.StepOver = 100
116116

117+
if prop == "Active" and obj.ViewObject:
118+
obj.ViewObject.signalChangeIcon()
119+
117120
def opPropertyDefinitions(self):
118121
"""opPropertyDefinitions(obj) ... Store operation specific properties"""
119122

0 commit comments

Comments
 (0)