From 5bbd24e48debf1e3bfa83d1ad5dfe40655c4b8a4 Mon Sep 17 00:00:00 2001 From: 0penBrain <48731257+0penBrain@users.noreply.github.com> Date: Sat, 22 Jan 2022 10:17:12 +0100 Subject: [PATCH] Display Midplane checkbox with Pocket/ThroughAll Was enabled but not visible. Hopefully last time I fix it. :) --- src/Mod/PartDesign/Gui/TaskExtrudeParameters.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/PartDesign/Gui/TaskExtrudeParameters.cpp b/src/Mod/PartDesign/Gui/TaskExtrudeParameters.cpp index f12b164c854a..5f52baab5676 100644 --- a/src/Mod/PartDesign/Gui/TaskExtrudeParameters.cpp +++ b/src/Mod/PartDesign/Gui/TaskExtrudeParameters.cpp @@ -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) {