Skip to content

Commit

Permalink
fixes bug not enabling ui-elements
Browse files Browse the repository at this point in the history
  • Loading branch information
berberic2 authored and wwmayer committed Nov 5, 2020
1 parent a5adc3e commit 70eb263
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Mod/PartDesign/App/FeatureHole.cpp
Expand Up @@ -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) {
Expand Down

0 comments on commit 70eb263

Please sign in to comment.