Skip to content

Commit

Permalink
PD: fix crash in TaskHelixParameters::updateStatus()
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Nov 30, 2021
1 parent ffe240a commit 46e516f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mod/PartDesign/Gui/TaskHelixParameters.cpp
Expand Up @@ -91,7 +91,6 @@ TaskHelixParameters::TaskHelixParameters(PartDesignGui::ViewProviderHelix* Helix
if (!(rev->HasBeenEdited).getValue()) {
rev->proposeParameters();
recomputeFeature();
updateStatus();
}

this->propAngle = &(rev->Angle);
Expand Down

0 comments on commit 46e516f

Please sign in to comment.