From 25ce768dcd2d57f4c226fd14bd51b92e6bf9bb2a Mon Sep 17 00:00:00 2001 From: Alfredo Monclus Date: Fri, 5 Sep 2025 18:16:53 -0600 Subject: [PATCH] PD: fix hole thread depth being reset when changing to through all the property is correctly updated by the updateThreadDepthParam below --- src/Mod/PartDesign/App/FeatureHole.cpp | 1 - 1 file changed, 1 deletion(-) 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(); }