Skip to content

Commit

Permalink
Display Midplane checkbox with Pocket/ThroughAll
Browse files Browse the repository at this point in the history
Was enabled but not visible.
Hopefully last time I fix it. :)
  • Loading branch information
0penBrain authored and wwmayer committed Jan 22, 2022
1 parent 88ded38 commit 5bbd24e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/PartDesign/Gui/TaskExtrudeParameters.cpp
Expand Up @@ -415,6 +415,7 @@ void TaskExtrudeParameters::setCheckboxes(Modes mode, Type type)
isOffsetEditVisible = true;
isOffsetEditEnabled = false; // offset may have some meaning for through all but it doesn't work
isMidplaneEnabled = true;
isMidplaneVisible = true;
isReversedEnabled = !ui->checkBoxMidplane->isChecked();
}
else if (mode == Modes::ToLast && type == Type::Pad) {
Expand Down

0 comments on commit 5bbd24e

Please sign in to comment.