fixes bug not enabling ui-elements
see: https://forum.freecadweb.org/viewtopic.php?p=445186&sid=45bd75e3ab8c4d830decf91e946f7391#p443362
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user