diff --git a/src/Mod/PartDesign/App/FeatureHole.cpp b/src/Mod/PartDesign/App/FeatureHole.cpp index ec3d4dcb2e..770a121df4 100644 --- a/src/Mod/PartDesign/App/FeatureHole.cpp +++ b/src/Mod/PartDesign/App/FeatureHole.cpp @@ -811,6 +811,9 @@ void Hole::onChanged(const App::Property *prop) HoleCutDepth.setReadOnly(true); HoleCutCountersinkAngle.setReadOnly(true); } + ProfileBased::onChanged(&HoleCutDiameter); + ProfileBased::onChanged(&HoleCutDepth); + ProfileBased::onChanged(&HoleCutCountersinkAngle); updateHoleCutParams(); } else if (prop == &DepthType) {