PD: fix hole thread depth being reset when changing to through all

the property is correctly updated by the updateThreadDepthParam below
This commit is contained in:
Alfredo Monclus
2025-09-05 18:16:53 -06:00
committed by Chris Hennes
parent dbc513503c
commit 25ce768dcd

View File

@@ -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();
}