diff --git a/src/Mod/PartDesign/App/FeatureHole.cpp b/src/Mod/PartDesign/App/FeatureHole.cpp index c4b55787e4..b2bc9a94ee 100644 --- a/src/Mod/PartDesign/App/FeatureHole.cpp +++ b/src/Mod/PartDesign/App/FeatureHole.cpp @@ -1714,7 +1714,6 @@ void Hole::onChanged(const App::Property* prop) if (isNotDimension) { // if through all, set the depth accordingly Depth.setValue(getThroughAllLength()); - ThreadDepth.setValue(getThroughAllLength()); } updateThreadDepthParam(); }