[PD Pad/Pocket] Fix bug with midplane usage in TwoLengths mode (#7216)
* [PD Pad/Pocket] Fix bug with midplane usage in TwoLengths mode
This commit is contained in:
@@ -122,9 +122,6 @@ void TaskPocketParameters::onModeChanged(int index)
|
||||
case Modes::TwoDimensions:
|
||||
oldLength = pcPocket->Length.getValue();
|
||||
pcPocket->Type.setValue("TwoLengths");
|
||||
// symmetric is then not possible
|
||||
if (ui->checkBoxMidplane->isChecked())
|
||||
ui->checkBoxMidplane->setChecked(false);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user