Display Midplane checkbox with Pocket/ThroughAll
Was enabled but not visible. Hopefully last time I fix it. :)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user