fixes bug not enabling ui-elements

see:
https://forum.freecadweb.org/viewtopic.php?p=445186&sid=45bd75e3ab8c4d830decf91e946f7391#p443362
This commit is contained in:
M G Berberich
2020-11-04 18:45:11 +01:00
committed by wwmayer
parent a5adc3eb8b
commit 70eb263eb3

View File

@@ -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) {