diff --git a/app/node/generator/matrix/matrix.cpp b/app/node/generator/matrix/matrix.cpp index 475aca566..0d5184335 100644 --- a/app/node/generator/matrix/matrix.cpp +++ b/app/node/generator/matrix/matrix.cpp @@ -44,7 +44,7 @@ MatrixGenerator::MatrixGenerator() AddInput(kScaleInput, NodeValue::kVec2, QVector2D(1.0f, 1.0f)); SetInputProperty(kScaleInput, QStringLiteral("min"), QVector2D(0, 0)); SetInputProperty(kScaleInput, QStringLiteral("view"), FloatSlider::kPercentage); - SetInputProperty(kScaleInput, QStringLiteral("disabley"), true); + SetInputProperty(kScaleInput, QStringLiteral("disable1"), true); AddInput(kUniformScaleInput, NodeValue::kBoolean, true, InputFlags(kInputFlagNotConnectable | kInputFlagNotKeyframable));