nodeparamviewwidgetbridge: make disable property more versatile

This commit is contained in:
itsmattkc
2022-05-07 10:55:50 -07:00
parent 21000c3aa7
commit a213ae8944
2 changed files with 22 additions and 11 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ void MatrixGenerator::InputValueChangedEvent(const QString &input, int element)
Q_UNUSED(element)
if (input == kUniformScaleInput) {
SetInputProperty(kScaleInput, QStringLiteral("disabley"), GetStandardValue(kUniformScaleInput).toBool());
SetInputProperty(kScaleInput, QStringLiteral("disable1"), GetStandardValue(kUniformScaleInput).toBool());
}
}