Commit 09420502 authored by Don Gagne's avatar Don Gagne

Incorrect property name

parent 6261e761
...@@ -45,7 +45,7 @@ FactPanel { ...@@ -45,7 +45,7 @@ FactPanel {
TextInput { TextInput {
text: fact2.value text: fact2.value
property Fact fact1: controller.getParameterFact(51, "COMPONENT_51") property Fact fact2: controller.getParameterFact(51, "COMPONENT_51")
onAccepted: fact2.value = text onAccepted: fact2.value = text
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment