Display Midplane checkbox with Pocket/ThroughAll

Was enabled but not visible.
Hopefully last time I fix it. :)
This commit is contained in:
0penBrain
2022-01-22 10:17:12 +01:00
committed by wwmayer
parent 88ded38ca1
commit 5bbd24e48d

View File

@@ -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) {