Skip to content

Commit

Permalink
[PartDesign] Restore 'Reversed' ability into Pocket/2dims mode
Browse files Browse the repository at this point in the history
  • Loading branch information
0penBrain committed Jul 13, 2021
1 parent 212fea2 commit 84e9449
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/PartDesign/Gui/TaskPocketParameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ void TaskPocketParameters::updateUI(int index)
else {
isLengthEditVisable = true;
isLengthEdit2Visable = true;
isReversedEnabled = true;
}

ui->lengthEdit->setVisible( isLengthEditVisable );
Expand Down

0 comments on commit 84e9449

Please sign in to comment.