From efdabea4e035c26083862d95066bafc8c7183771 Mon Sep 17 00:00:00 2001 From: tarman3 Date: Sat, 20 Dec 2025 10:17:56 +0200 Subject: [PATCH] CAM: MillFacing - Fix icon active state --- src/Mod/CAM/Path/Op/MillFacing.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Mod/CAM/Path/Op/MillFacing.py b/src/Mod/CAM/Path/Op/MillFacing.py index bcf2f0bede..298aba1dac 100644 --- a/src/Mod/CAM/Path/Op/MillFacing.py +++ b/src/Mod/CAM/Path/Op/MillFacing.py @@ -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"""