[skip CI] [PD] fix typo

This commit is contained in:
Uwe
2022-06-10 03:39:04 +02:00
parent 897a0f0ad9
commit a37ca0e175

View File

@@ -96,7 +96,7 @@ void TaskExtrudeParameters::setupDialog()
}
// set decimals for the direction edits
// do this here before the edits are filed to avoid rounding mistakes
// do this here before the edits are filled to avoid rounding mistakes
int UserDecimals = Base::UnitsApi::getDecimals();
ui->XDirectionEdit->setDecimals(UserDecimals);
ui->YDirectionEdit->setDecimals(UserDecimals);