Add missing brackets + change indentation to spaces

This commit is contained in:
luz paz
2022-12-04 06:56:22 -05:00
committed by 0penBrain
parent f17b73a7bf
commit 26cf9e771f
4 changed files with 51 additions and 37 deletions

View File

@@ -423,7 +423,7 @@ void TaskComplexSection::enableAll(bool enable)
ui->cmbScaleType->setEnabled(enable);
QString qScaleType = ui->cmbScaleType->currentText();
//Allow or prevent scale changing initially
if (qScaleType == QString::fromUtf8("Custom")) {
if (qScaleType == QString::fromUtf8("Custom")) {
ui->sbScale->setEnabled(true);
}
else {