Commit 9ddb17c7 authored by Don Gagne's avatar Don Gagne

Fix active binding

parent 9c4fd89f
......@@ -51,7 +51,7 @@ Rectangle {
anchors.leftMargin: _topBottomMargin
anchors.left: parent.left
size: _innerRadius * 2
active: active
active: root.active
anchors.verticalCenter: parent.verticalCenter
}
......@@ -60,7 +60,7 @@ Rectangle {
anchors.leftMargin: _spacing
anchors.left: attitude.right
size: _innerRadius * 2
active: active
active: root.active
anchors.verticalCenter: parent.verticalCenter
}
}
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