Commit 5dc01461 authored by Don Gagne's avatar Don Gagne

Fixing binding loop problem

parent dd1af1e4
......@@ -210,7 +210,13 @@ Rectangle {
width: parent.width
height: __textHeight + (__screenTools.pixelSizeFactor * (9))
Fact { id: modelFact; name: modelData + ":" + componentId }
Fact {
id: modelFact
Component.onCompleted: {
name = modelData + ":" + componentId
}
}
QGCLabel {
id: nameLabel
......
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