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:
committed by
Chris Hennes
parent
dbc513503c
commit
25ce768dcd
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user