1
0
Fork 0

fix indent

This commit is contained in:
Kevin Matz 2022-11-18 12:16:35 -05:00
parent a0cb4c18a4
commit 8fb0666ff0
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ bool UniverseModel::setData(const QModelIndex &index, const QVariant &value,
data = 255 * (value.toDouble(&ok) / 100);
break;
}
if (!ok || data > 255)
if (!ok || data > 255)
return false;
universe_->setValue(slot, data);